diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 00:23:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 00:23:16 +0000 |
commit | eecefb6e0cfb8b71fa3c1f35b6d1f12510fd4277 (patch) | |
tree | b17aa2ff0ee015abcc795e69b7f3bfed9f7aa713 /package/busybox/config/networking | |
parent | d7c90211df2c1e244cce8944da9a86e2c03f3a7f (diff) | |
download | upstream-eecefb6e0cfb8b71fa3c1f35b6d1f12510fd4277.tar.gz upstream-eecefb6e0cfb8b71fa3c1f35b6d1f12510fd4277.tar.bz2 upstream-eecefb6e0cfb8b71fa3c1f35b6d1f12510fd4277.zip |
[package] busybox: disable rdate, enable ntpd by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index ca9815757d..a70dd07ac2 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 |