diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
commit | dba02bbacc94fe912936c32d07233203f3491216 (patch) | |
tree | c0d0f96fa3f87575d42dba7495801851fbb0ce71 /package/busybox/config/util-linux | |
parent | cc384ef7b4150ed34ed4cc42605d868fc1bb86eb (diff) | |
download | upstream-dba02bbacc94fe912936c32d07233203f3491216.tar.gz upstream-dba02bbacc94fe912936c32d07233203f3491216.tar.bz2 upstream-dba02bbacc94fe912936c32d07233203f3491216.zip |
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
SVN-Revision: 28547
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 14d4777bea..56e8035865 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 n + default y 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 |