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/reiserfs.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/reiserfs.c')
-rw-r--r-- | util-linux/volume_id/reiserfs.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/volume_id/reiserfs.c b/util-linux/volume_id/reiserfs.c index 5dcc037ba..24979fb1c 100644 --- a/util-linux/volume_id/reiserfs.c +++ b/util-linux/volume_id/reiserfs.c | |||
@@ -21,6 +21,15 @@ | |||
21 | 21 | ||
22 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_REISERFS) += reiserfs.o | 22 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_REISERFS) += reiserfs.o |
23 | 23 | ||
24 | //config: | ||
25 | //config:config FEATURE_VOLUMEID_REISERFS | ||
26 | //config: bool "Reiser filesystem" | ||
27 | //config: default y | ||
28 | //config: depends on VOLUMEID | ||
29 | //config: help | ||
30 | //config: TODO | ||
31 | //config: | ||
32 | |||
24 | #include "volume_id_internal.h" | 33 | #include "volume_id_internal.h" |
25 | 34 | ||
26 | struct reiserfs_super_block { | 35 | struct reiserfs_super_block { |