aboutsummaryrefslogtreecommitdiff
path: root/util-linux/config.in
diff options
context:
space:
mode:
authorRobert Griebl <griebl@gmx.de>2002-07-21 16:50:49 +0000
committerRobert Griebl <griebl@gmx.de>2002-07-21 16:50:49 +0000
commit1cd044549531ef1c4016ec3c60652dad95b1617f (patch)
treed552f7d94cac8240a89a5e498b73c0c60299de2c /util-linux/config.in
parentfc78b795758ad04caeadfbb2bbb75e6cefa03785 (diff)
downloadbusybox-1cd044549531ef1c4016ec3c60652dad95b1617f.tar.gz
Initial checkin of a very primitive hwclock replacement
Diffstat (limited to 'util-linux/config.in')
-rw-r--r--util-linux/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/util-linux/config.in b/util-linux/config.in
index f96fa1823..bcc99bbe1 100644
--- a/util-linux/config.in
+++ b/util-linux/config.in
@@ -23,6 +23,10 @@ if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then
fi
bool 'getopt' CONFIG_GETOPT
bool 'hexdump' CONFIG_HEXDUMP
+bool 'hwclock' CONFIG_HWCLOCK
+if [ "$CONFIG_HWCLOCK" = "y" ]; then
+ bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
+fi
bool 'losetup' CONFIG_LOSETUP
bool 'mkswap' CONFIG_MKSWAP
bool 'more' CONFIG_MORE