diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-08-04 12:40:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-08-04 12:40:24 +0000 |
commit | c5b4d98d3956d623980d962cfab07e0c48e2ca5a (patch) | |
tree | 5941838ab626205fc90e41e487ed32f3d7be3d0e /package/utils | |
parent | 2fcaba306e1e27b6d00bced395f865580395caed (diff) | |
download | upstream-c5b4d98d3956d623980d962cfab07e0c48e2ca5a.tar.gz upstream-c5b4d98d3956d623980d962cfab07e0c48e2ca5a.tar.bz2 upstream-c5b4d98d3956d623980d962cfab07e0c48e2ca5a.zip |
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
SVN-Revision: 37681
Diffstat (limited to 'package/utils')
-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 |