summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-08-04 12:40:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-08-04 12:40:24 +0000
commitc5b4d98d3956d623980d962cfab07e0c48e2ca5a (patch)
tree5941838ab626205fc90e41e487ed32f3d7be3d0e /package/utils/busybox/Makefile
parent2fcaba306e1e27b6d00bced395f865580395caed (diff)
downloadmaster-31e0f0ae-c5b4d98d3956d623980d962cfab07e0c48e2ca5a.tar.gz
master-31e0f0ae-c5b4d98d3956d623980d962cfab07e0c48e2ca5a.tar.bz2
master-31e0f0ae-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/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 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