diff options
author | John Crispin <john@openwrt.org> | 2008-01-25 16:49:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-01-25 16:49:21 +0000 |
commit | dfa7ec4c25aa942840c2835a4f47f51d967a430c (patch) | |
tree | 504eb9249739918db279761ed048f98616da33ee /package/busybox | |
parent | 4ff87a66385d4e07988d9b356750fb5b15825808 (diff) | |
download | upstream-dfa7ec4c25aa942840c2835a4f47f51d967a430c.tar.gz upstream-dfa7ec4c25aa942840c2835a4f47f51d967a430c.tar.bz2 upstream-dfa7ec4c25aa942840c2835a4f47f51d967a430c.zip |
make busybox have hwclocjk tool enable by default
SVN-Revision: 10255
Diffstat (limited to 'package/busybox')
-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 457fdc8f5d..a7e4467bf1 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -212,7 +212,7 @@ config BUSYBOX_CONFIG_HEXDUMP config BUSYBOX_CONFIG_HWCLOCK bool "hwclock" - default n + default y help The hwclock utility is used to read and set the hardware clock on a system. This is primarily used to set the current time on |