diff options
author | John Crispin <blogic@openwrt.org> | 2008-01-25 16:49:21 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-01-25 16:49:21 +0000 |
commit | 4e3ba52507f9aae38015acb893fee7589a86e4fa (patch) | |
tree | e5afca343fc76f7da1c7baff9c13dc131edeb55c /package | |
parent | ca90796a9afb5100601117545ce7deb4a133db78 (diff) | |
download | upstream-4e3ba52507f9aae38015acb893fee7589a86e4fa.tar.gz upstream-4e3ba52507f9aae38015acb893fee7589a86e4fa.tar.bz2 upstream-4e3ba52507f9aae38015acb893fee7589a86e4fa.zip |
make busybox have hwclocjk tool enable by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |