diff options
author | Denis Vlasenko | 2008-11-06 00:49:59 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-06 00:49:59 +0000 |
commit | 35a064b67fc1954b95be06499a514a45c9f2e814 (patch) | |
tree | c3c2690d8c5c112ce744e17a906a860a0c6897d2 /util-linux | |
parent | 202ac504e1addf0aa2debd53e7cd2411cc73ac8c (diff) | |
download | busybox-35a064b67fc1954b95be06499a514a45c9f2e814.zip busybox-35a064b67fc1954b95be06499a514a45c9f2e814.tar.gz |
build system: tidying up CONFIG_xxx names (suggested by Rob)
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8cecc60..976507b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -403,10 +403,8 @@ config FEATURE_USE_TERMIOS unable to move the cursor. config VOLUMEID - bool "Routines for detecting label and uuid on common filesystems" + bool #No description makes it a hidden option default n - help - TODO config FEATURE_VOLUMEID_EXT bool "Ext filesystem" |