mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user