diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-27 00:23:16 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-27 00:23:16 +0000 |
commit | 073abf6b936ce1d898b22712bf970b2699258d0e (patch) | |
tree | b17aa2ff0ee015abcc795e69b7f3bfed9f7aa713 /package/busybox/config/util-linux | |
parent | f8b2067e09b244d9216d524da6d4d569705accb0 (diff) |
[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/util-linux')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 56e803586..14d4777be 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -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 |