diff options
author | Denis Vlasenko | 2008-03-21 18:29:01 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-03-21 18:29:01 +0000 |
commit | 4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89 (patch) | |
tree | 305bc282125eeb2c1cbfeb89fa870be634c996bc /util-linux | |
parent | 0dc490bda21c85aee9b7462d0cf401d03a94c06d (diff) | |
download | busybox-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.zip busybox-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.gz |
*: fix build problems found with randomconfig
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8ca86c8..1f4322b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -639,6 +639,7 @@ config FEATURE_MOUNT_LABEL bool "Support specifiying devices by label or UUID" default n depends on MOUNT + select VOLUMEID help This allows for specifying a device by label or uuid, rather than by name. This feature utilizes the same functionality as findfs. |