diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
commit | e7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch) | |
tree | 04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/util-linux | |
parent | b90bd689a2df064438cc7b270270f322136aa7b2 (diff) | |
download | upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2 upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip |
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/util-linux')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 6e3fc39b49..6b8dcdf7f6 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -5,6 +5,15 @@ menu "Linux System Utilities" +config BUSYBOX_CONFIG_BLKID + bool "blkid" + default n + select BUSYBOX_CONFIG_VOLUMEID + help + Lists labels and UUIDs of all filesystems. + WARNING: + With all submodules selected, it will add ~8k to busybox. + config BUSYBOX_CONFIG_DMESG bool "dmesg" default y @@ -156,9 +165,7 @@ config BUSYBOX_CONFIG_FINDFS default n select BUSYBOX_CONFIG_VOLUMEID help - This is similar to the findfs program that is part of the e2fsprogs - package. However, the e2fsprogs version only support ext2/3. This - version supports those in addition to FAT, swap, and ReiserFS. + Prints the name of a filesystem with given label or UUID. WARNING: With all submodules selected, it will add ~8k to busybox. @@ -396,10 +403,8 @@ config BUSYBOX_CONFIG_FEATURE_USE_TERMIOS unable to move the cursor. config BUSYBOX_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 BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT bool "Ext filesystem" @@ -651,7 +656,7 @@ config BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL select BUSYBOX_CONFIG_VOLUMEID help This allows for specifying a device by label or uuid, rather than by - name. This feature utilizes the same functionality as findfs. + name. This feature utilizes the same functionality as blkid/findfs. config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS bool "Support mounting NFS file systems" |