busybox: disable rdate, enable ntpd by default
SVN-Revision: 28613
This commit is contained in:
parent
272d95f0f1
commit
219d772ce8
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.19.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
|
|
@ -742,14 +742,14 @@ config BUSYBOX_CONFIG_NSLOOKUP
|
|||
|
||||
config BUSYBOX_CONFIG_NTPD
|
||||
bool "ntpd"
|
||||
default n
|
||||
default y
|
||||
select BUSYBOX_CONFIG_PLATFORM_LINUX
|
||||
help
|
||||
The NTP client/server daemon.
|
||||
|
||||
config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
|
||||
bool "Make ntpd usable as a NTP server"
|
||||
default n
|
||||
default y
|
||||
depends on BUSYBOX_CONFIG_NTPD
|
||||
help
|
||||
Make ntpd usable as a NTP server. If you disable this option
|
||||
|
|
|
@ -600,7 +600,7 @@ config BUSYBOX_CONFIG_PIVOT_ROOT
|
|||
|
||||
config BUSYBOX_CONFIG_RDATE
|
||||
bool "rdate"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
The rdate utility allows you to synchronize the date and time of your
|
||||
system clock with the date and time of a remote networked system using
|
||||
|
|
Loading…
Reference in a new issue