aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 02:24:27 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 02:24:27 +0100
commit90801dadfa06e2277d136132f71a75569593eda4 (patch)
tree0c0cc9577490dcd3a516cb64bd5fd5b154b806d2
parent6928d9f0495d814a08195d0e9805fd91cbb3d384 (diff)
downloadbusybox-w32-90801dadfa06e2277d136132f71a75569593eda4.tar.gz
busybox-w32-90801dadfa06e2277d136132f71a75569593eda4.tar.bz2
busybox-w32-90801dadfa06e2277d136132f71a75569593eda4.zip
Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/volume_id/squashfs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/util-linux/volume_id/squashfs.c b/util-linux/volume_id/squashfs.c
index 331ac20fd..c5b4f9ced 100644
--- a/util-linux/volume_id/squashfs.c
+++ b/util-linux/volume_id/squashfs.c
@@ -6,16 +6,6 @@
6 * Licensed under GPLv2, see file LICENSE in this source tree. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8 8
9//config:config FEATURE_VOLUMEID_SQUASHFS
10//config: bool "SquashFS filesystem"
11//config: default y
12//config: depends on VOLUMEID && FEATURE_BLKID_TYPE
13//config: help
14//config: Squashfs is a compressed read-only filesystem for Linux. Squashfs is
15//config: intended for general read-only filesystem use and in constrained block
16//config: device/memory systems (e.g. embedded systems) where low overhead is
17//config: needed.
18
19//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o 9//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o
20 10
21#include "volume_id_internal.h" 11#include "volume_id_internal.h"