diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-27 03:57:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-27 03:57:08 +0100 |
commit | 6747bdac88d44d1b3729f56760ae7f6829c85d9f (patch) | |
tree | 87198970457626bddc12246cb42ebd221067795f /archival | |
parent | ccc9985c455753298a8799a4d12d5f531c67ae81 (diff) | |
download | busybox-w32-6747bdac88d44d1b3729f56760ae7f6829c85d9f.tar.gz busybox-w32-6747bdac88d44d1b3729f56760ae7f6829c85d9f.tar.bz2 busybox-w32-6747bdac88d44d1b3729f56760ae7f6829c85d9f.zip |
dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option
Its usage in C code was removed in 2004.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/dpkg_deb.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 0285273fe..d34de254a 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -16,18 +16,9 @@ | |||
16 | //config: | 16 | //config: |
17 | //config: Unless you have a specific application which requires dpkg-deb, | 17 | //config: Unless you have a specific application which requires dpkg-deb, |
18 | //config: say N here. | 18 | //config: say N here. |
19 | //config: | ||
20 | //config:config FEATURE_DPKG_DEB_EXTRACT_ONLY | ||
21 | //config: bool "Extract only (-x)" | ||
22 | //config: default n | ||
23 | //config: depends on DPKG_DEB | ||
24 | //config: help | ||
25 | //config: This reduces dpkg-deb to the equivalent of | ||
26 | //config: "ar -p <deb> data.tar.gz | tar -zx". However it saves space as none | ||
27 | //config: of the extra dpkg-deb, ar or tar options are needed, they are linked | ||
28 | //config: to internally. | ||
29 | 19 | ||
30 | //applet:IF_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, BB_DIR_USR_BIN, BB_SUID_DROP, dpkg_deb)) | 20 | //applet:IF_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, BB_DIR_USR_BIN, BB_SUID_DROP, dpkg_deb)) |
21 | |||
31 | //kbuild:lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o | 22 | //kbuild:lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o |
32 | 23 | ||
33 | //usage:#define dpkg_deb_trivial_usage | 24 | //usage:#define dpkg_deb_trivial_usage |