diff options
author | Robert Griebl <griebl@gmx.de> | 2002-07-21 16:50:49 +0000 |
---|---|---|
committer | Robert Griebl <griebl@gmx.de> | 2002-07-21 16:50:49 +0000 |
commit | 1cd044549531ef1c4016ec3c60652dad95b1617f (patch) | |
tree | d552f7d94cac8240a89a5e498b73c0c60299de2c /util-linux/config.in | |
parent | fc78b795758ad04caeadfbb2bbb75e6cefa03785 (diff) |
Initial checkin of a very primitive hwclock replacement
Diffstat (limited to 'util-linux/config.in')
-rw-r--r-- | util-linux/config.in | 4 |
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 |