aboutsummaryrefslogtreecommitdiff
path: root/util-linux/config.in
diff options
context:
space:
mode:
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
23fi 23fi
24bool 'getopt' CONFIG_GETOPT 24bool 'getopt' CONFIG_GETOPT
25bool 'hexdump' CONFIG_HEXDUMP 25bool 'hexdump' CONFIG_HEXDUMP
26bool 'hwclock' CONFIG_HWCLOCK
27if [ "$CONFIG_HWCLOCK" = "y" ]; then
28 bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
29fi
26bool 'losetup' CONFIG_LOSETUP 30bool 'losetup' CONFIG_LOSETUP
27bool 'mkswap' CONFIG_MKSWAP 31bool 'mkswap' CONFIG_MKSWAP
28bool 'more' CONFIG_MORE 32bool 'more' CONFIG_MORE