From 90615a0c5c326fa3cf78fc719f7b16207f47395a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 30 Dec 2010 00:40:11 +0100 Subject: blkid: optional support for TYPE="fstype" Adapted from patch created by T4ndeta Signed-off-by: Denys Vlasenko --- util-linux/Config.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util-linux/Config.src') diff --git a/util-linux/Config.src b/util-linux/Config.src index c71b4de38..dbf2b0d85 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 -- cgit v1.2.3-55-g6feb