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
This commit is contained in:
parent
2fcaba306e
commit
c5b4d98d39
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue