From 1cd044549531ef1c4016ec3c60652dad95b1617f Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Sun, 21 Jul 2002 16:50:49 +0000 Subject: Initial checkin of a very primitive hwclock replacement --- util-linux/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util-linux/config.in') diff --git a/util-linux/config.in b/util-linux/config.in index f96fa18..bcc99bb 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 -- cgit v1.1