diff options
author | Denys Vlasenko | 2010-12-30 00:40:11 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-12-30 00:40:11 +0100 |
commit | 90615a0c5c326fa3cf78fc719f7b16207f47395a (patch) | |
tree | bdfee5d8916cc60e9e171b15b7adcc1f5460769a /util-linux/Config.src | |
parent | 2272129a93d9492a42ef43987f829940d26dc862 (diff) | |
download | busybox-90615a0c5c326fa3cf78fc719f7b16207f47395a.zip busybox-90615a0c5c326fa3cf78fc719f7b16207f47395a.tar.gz |
blkid: optional support for TYPE="fstype"
Adapted from patch created by T4ndeta <t4ndeta@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index c71b4de..dbf2b0d 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -40,6 +40,13 @@ config BLKID WARNING: With all submodules selected, it will add ~8k to busybox. +config FEATURE_BLKID_TYPE + bool "Print filesystem type" + default n + depends on BLKID + help + Show TYPE="filesystem type" + config DMESG bool "dmesg" default y |