diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-25 16:49:21 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-25 16:49:21 +0000 |
commit | 06536709c7091babf0c78ff49397872893831721 (patch) | |
tree | e5afca343fc76f7da1c7baff9c13dc131edeb55c /package | |
parent | dbee58b475baae29bdb318c6f2fbd69732fcea90 (diff) |
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 457fdc8f5..a7e4467bf 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 |