aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-21 18:29:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-21 18:29:01 +0000
commit4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89 (patch)
tree305bc282125eeb2c1cbfeb89fa870be634c996bc /util-linux
parent0dc490bda21c85aee9b7462d0cf401d03a94c06d (diff)
downloadbusybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.gz
busybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.bz2
busybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.zip
*: fix build problems found with randomconfig
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 8ca86c87d..1f4322bec 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -639,6 +639,7 @@ config FEATURE_MOUNT_LABEL
639 bool "Support specifiying devices by label or UUID" 639 bool "Support specifiying devices by label or UUID"
640 default n 640 default n
641 depends on MOUNT 641 depends on MOUNT
642 select VOLUMEID
642 help 643 help
643 This allows for specifying a device by label or uuid, rather than by 644 This allows for specifying a device by label or uuid, rather than by
644 name. This feature utilizes the same functionality as findfs. 645 name. This feature utilizes the same functionality as findfs.