From 073abf6b936ce1d898b22712bf970b2699258d0e Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 27 Oct 2011 00:23:16 +0000 Subject: [package] busybox: disable rdate, enable ntpd by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/networking/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/config/networking/Config.in') diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index ca9815757..a70dd07ac 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -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 -- cgit v1.2.3