diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 11:39:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 11:39:00 +0100 |
commit | f6beef63c64abfc126ea4e73147af29d152f1a9e (patch) | |
tree | 71b1f243cda3ab4836219386f017e3d95a7f41d9 /archival/rpm.c | |
parent | ac216873095a0d7c30737df5cdfa3bf6c261f079 (diff) | |
download | busybox-w32-f6beef63c64abfc126ea4e73147af29d152f1a9e.tar.gz busybox-w32-f6beef63c64abfc126ea4e73147af29d152f1a9e.tar.bz2 busybox-w32-f6beef63c64abfc126ea4e73147af29d152f1a9e.zip |
archival/*: move "config:" snippets into .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/rpm.c')
-rw-r--r-- | archival/rpm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archival/rpm.c b/archival/rpm.c index 81a1d1d54..885eddd64 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -7,6 +7,12 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RPM | ||
11 | //config: bool "rpm" | ||
12 | //config: default y | ||
13 | //config: help | ||
14 | //config: Mini RPM applet - queries and extracts RPM packages. | ||
15 | |||
10 | //applet:IF_RPM(APPLET(rpm, BB_DIR_BIN, BB_SUID_DROP)) | 16 | //applet:IF_RPM(APPLET(rpm, BB_DIR_BIN, BB_SUID_DROP)) |
11 | //kbuild:lib-$(CONFIG_RPM) += rpm.o | 17 | //kbuild:lib-$(CONFIG_RPM) += rpm.o |
12 | 18 | ||