diff options
-rw-r--r-- | util-linux/volume_id/squashfs.c | 10 |
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" |