diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-04 12:40:24 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-04 12:40:24 +0000 |
commit | b2301e89d3e84b0821df4040f5fce0727e235ffd (patch) | |
tree | 42e498470d99853eb167f5788cef1ecb27f134dc | |
parent | e93c516f4c3ad2664d58040f3e6d871ab14a50d7 (diff) |
busybox: rename ntp init script back to sysntpd (#13920)
Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37681 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/utils/busybox/Makefile | 2 | ||||
-rwxr-xr-x | package/utils/busybox/files/sysntpd (renamed from package/utils/busybox/files/ntp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 0b2778ffd9..15f96ebb3c 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -37,7 +37,7 @@ endif init-y := init-$(CONFIG_BUSYBOX_CONFIG_CROND) += cron -init-$(CONFIG_BUSYBOX_CONFIG_NTPD) += ntp +init-$(CONFIG_BUSYBOX_CONFIG_NTPD) += sysntpd init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet define Package/busybox diff --git a/package/utils/busybox/files/ntp b/package/utils/busybox/files/sysntpd index c40ee76da3..c40ee76da3 100755 --- a/package/utils/busybox/files/ntp +++ b/package/utils/busybox/files/sysntpd |