From: Jo-Philipp Wich Date: Sun, 4 Aug 2013 12:40:24 +0000 (+0000) Subject: busybox: rename ntp init script back to sysntpd (#13920) X-Git-Tag: v14.07~3395 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=580caa7a53848d099a77ba26049308514792e8ed;p=openwrt-github%2F.git 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 --- 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 similarity index 100% rename from package/utils/busybox/files/ntp rename to package/utils/busybox/files/sysntpd