diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-07-31 15:57:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-31 15:57:59 +0200 |
commit | 15d0a860e99307d50165588fa6cbb15cfc405e07 (patch) | |
tree | 1ddcd8c5784473eddef2fe36ee59aa340890ed87 /util-linux/volume_id/squashfs.c | |
parent | 3b45801dc6e3484ffb2a86958fce587974842c6b (diff) | |
download | busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.gz busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.bz2 busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.zip |
volume_id: Adopt to new config style.
Config instructions for util-linux/volume_id are moved into the
source files according to the new config feature.
No code change.
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/squashfs.c')
-rw-r--r-- | util-linux/volume_id/squashfs.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/util-linux/volume_id/squashfs.c b/util-linux/volume_id/squashfs.c index c5b4f9ced..079b6cc31 100644 --- a/util-linux/volume_id/squashfs.c +++ b/util-linux/volume_id/squashfs.c | |||
@@ -8,6 +8,18 @@ | |||
8 | 8 | ||
9 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o | 9 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o |
10 | 10 | ||
11 | //config: | ||
12 | //config:config FEATURE_VOLUMEID_SQUASHFS | ||
13 | //config: bool "SquashFS filesystem" | ||
14 | //config: default y | ||
15 | //config: depends on VOLUMEID && FEATURE_BLKID_TYPE | ||
16 | //config: help | ||
17 | //config: Squashfs is a compressed read-only filesystem for Linux. Squashfs is | ||
18 | //config: intended for general read-only filesystem use and in constrained block | ||
19 | //config: device/memory systems (e.g. embedded systems) where low overhead is | ||
20 | //config: needed. | ||
21 | //config: | ||
22 | |||
11 | #include "volume_id_internal.h" | 23 | #include "volume_id_internal.h" |
12 | 24 | ||
13 | struct squashfs_superblock { | 25 | struct squashfs_superblock { |