diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:47:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:47:04 +0100 |
commit | fc63696f1d7b857e815012608ce5fa5be0851da6 (patch) | |
tree | 924433bdce5b7f307cd88eab09620699e64a490e /package/busybox/config | |
parent | b054bd7d365f21a612f7ccf9dcc36a92f4170d30 (diff) |
add config options for targets with RTC
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 01020bde9..5951e8dec 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -283,6 +283,7 @@ config BUSYBOX_HD config BUSYBOX_HWCLOCK bool "hwclock" + default y if ADK_TARGET_WITH_RTC default n help The hwclock utility is used to read and set the hardware clock |