From 06536709c7091babf0c78ff49397872893831721 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 25 Jan 2008 16:49:21 +0000 Subject: [PATCH] make busybox have hwclocjk tool enable by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/util-linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.35.1