From c5b4d98d3956d623980d962cfab07e0c48e2ca5a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 4 Aug 2013 12:40:24 +0000 Subject: 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 --- package/utils/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/busybox/Makefile') 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 -- cgit v1.2.3