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 | |
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>
-rw-r--r-- | archival/dpkg_deb.c | 11 | ||||
-rw-r--r-- | configs/TEST_nommu_defconfig | 1 | ||||
-rw-r--r-- | configs/TEST_noprintf_defconfig | 1 | ||||
-rw-r--r-- | configs/TEST_rh9_defconfig | 1 | ||||
-rw-r--r-- | configs/android2_defconfig | 1 | ||||
-rw-r--r-- | configs/android_502_defconfig | 1 | ||||
-rw-r--r-- | configs/android_defconfig | 1 | ||||
-rw-r--r-- | configs/android_ndk_defconfig | 1 | ||||
-rw-r--r-- | configs/cygwin_defconfig | 1 | ||||
-rw-r--r-- | configs/freebsd_defconfig | 1 |
10 files changed, 1 insertions, 19 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 |
diff --git a/configs/TEST_nommu_defconfig b/configs/TEST_nommu_defconfig index 20c2e1550..08351a294 100644 --- a/configs/TEST_nommu_defconfig +++ b/configs/TEST_nommu_defconfig | |||
@@ -118,7 +118,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
118 | CONFIG_FEATURE_CPIO_P=y | 118 | CONFIG_FEATURE_CPIO_P=y |
119 | CONFIG_DPKG=y | 119 | CONFIG_DPKG=y |
120 | CONFIG_DPKG_DEB=y | 120 | CONFIG_DPKG_DEB=y |
121 | CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y | ||
122 | CONFIG_GUNZIP=y | 121 | CONFIG_GUNZIP=y |
123 | CONFIG_GZIP=y | 122 | CONFIG_GZIP=y |
124 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 123 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |
diff --git a/configs/TEST_noprintf_defconfig b/configs/TEST_noprintf_defconfig index 845032ea1..70dacece0 100644 --- a/configs/TEST_noprintf_defconfig +++ b/configs/TEST_noprintf_defconfig | |||
@@ -130,7 +130,6 @@ CONFIG_FEATURE_SEAMLESS_Z=y | |||
130 | # CONFIG_FEATURE_CPIO_P is not set | 130 | # CONFIG_FEATURE_CPIO_P is not set |
131 | # CONFIG_DPKG is not set | 131 | # CONFIG_DPKG is not set |
132 | # CONFIG_DPKG_DEB is not set | 132 | # CONFIG_DPKG_DEB is not set |
133 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
134 | # CONFIG_GUNZIP is not set | 133 | # CONFIG_GUNZIP is not set |
135 | # CONFIG_GZIP is not set | 134 | # CONFIG_GZIP is not set |
136 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set | 135 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set |
diff --git a/configs/TEST_rh9_defconfig b/configs/TEST_rh9_defconfig index d8c5af4f7..4a5fad324 100644 --- a/configs/TEST_rh9_defconfig +++ b/configs/TEST_rh9_defconfig | |||
@@ -128,7 +128,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
128 | CONFIG_FEATURE_CPIO_P=y | 128 | CONFIG_FEATURE_CPIO_P=y |
129 | # CONFIG_DPKG is not set | 129 | # CONFIG_DPKG is not set |
130 | # CONFIG_DPKG_DEB is not set | 130 | # CONFIG_DPKG_DEB is not set |
131 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
132 | CONFIG_GUNZIP=y | 131 | CONFIG_GUNZIP=y |
133 | CONFIG_GZIP=y | 132 | CONFIG_GZIP=y |
134 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 133 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |
diff --git a/configs/android2_defconfig b/configs/android2_defconfig index 857f9f5df..754f612c6 100644 --- a/configs/android2_defconfig +++ b/configs/android2_defconfig | |||
@@ -134,7 +134,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
134 | CONFIG_FEATURE_CPIO_P=y | 134 | CONFIG_FEATURE_CPIO_P=y |
135 | CONFIG_DPKG=y | 135 | CONFIG_DPKG=y |
136 | CONFIG_DPKG_DEB=y | 136 | CONFIG_DPKG_DEB=y |
137 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
138 | CONFIG_GUNZIP=y | 137 | CONFIG_GUNZIP=y |
139 | CONFIG_GZIP=y | 138 | CONFIG_GZIP=y |
140 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set | 139 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set |
diff --git a/configs/android_502_defconfig b/configs/android_502_defconfig index cd06affab..8ea6c295d 100644 --- a/configs/android_502_defconfig +++ b/configs/android_502_defconfig | |||
@@ -224,7 +224,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
224 | CONFIG_FEATURE_CPIO_P=y | 224 | CONFIG_FEATURE_CPIO_P=y |
225 | # CONFIG_DPKG is not set | 225 | # CONFIG_DPKG is not set |
226 | # CONFIG_DPKG_DEB is not set | 226 | # CONFIG_DPKG_DEB is not set |
227 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
228 | CONFIG_GZIP=y | 227 | CONFIG_GZIP=y |
229 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 228 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |
230 | CONFIG_GZIP_FAST=0 | 229 | CONFIG_GZIP_FAST=0 |
diff --git a/configs/android_defconfig b/configs/android_defconfig index f1ddc45d4..30e888ac7 100644 --- a/configs/android_defconfig +++ b/configs/android_defconfig | |||
@@ -154,7 +154,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
154 | CONFIG_FEATURE_CPIO_P=y | 154 | CONFIG_FEATURE_CPIO_P=y |
155 | CONFIG_DPKG=y | 155 | CONFIG_DPKG=y |
156 | CONFIG_DPKG_DEB=y | 156 | CONFIG_DPKG_DEB=y |
157 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
158 | CONFIG_GUNZIP=y | 157 | CONFIG_GUNZIP=y |
159 | CONFIG_GZIP=y | 158 | CONFIG_GZIP=y |
160 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set | 159 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set |
diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig index 18651fd7c..716ec9a5d 100644 --- a/configs/android_ndk_defconfig +++ b/configs/android_ndk_defconfig | |||
@@ -151,7 +151,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
151 | CONFIG_FEATURE_CPIO_P=y | 151 | CONFIG_FEATURE_CPIO_P=y |
152 | CONFIG_DPKG=y | 152 | CONFIG_DPKG=y |
153 | CONFIG_DPKG_DEB=y | 153 | CONFIG_DPKG_DEB=y |
154 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
155 | CONFIG_GZIP=y | 154 | CONFIG_GZIP=y |
156 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set | 155 | # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set |
157 | CONFIG_GZIP_FAST=0 | 156 | CONFIG_GZIP_FAST=0 |
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig index dd7c21edb..b856482f6 100644 --- a/configs/cygwin_defconfig +++ b/configs/cygwin_defconfig | |||
@@ -134,7 +134,6 @@ CONFIG_FEATURE_CPIO_O=y | |||
134 | CONFIG_FEATURE_CPIO_P=y | 134 | CONFIG_FEATURE_CPIO_P=y |
135 | # CONFIG_DPKG is not set | 135 | # CONFIG_DPKG is not set |
136 | # CONFIG_DPKG_DEB is not set | 136 | # CONFIG_DPKG_DEB is not set |
137 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
138 | CONFIG_GUNZIP=y | 137 | CONFIG_GUNZIP=y |
139 | CONFIG_GZIP=y | 138 | CONFIG_GZIP=y |
140 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 139 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |
diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig index 265ab1307..4f14d3be9 100644 --- a/configs/freebsd_defconfig +++ b/configs/freebsd_defconfig | |||
@@ -132,7 +132,6 @@ CONFIG_CPIO=y | |||
132 | # CONFIG_FEATURE_CPIO_P is not set | 132 | # CONFIG_FEATURE_CPIO_P is not set |
133 | # CONFIG_DPKG is not set | 133 | # CONFIG_DPKG is not set |
134 | # CONFIG_DPKG_DEB is not set | 134 | # CONFIG_DPKG_DEB is not set |
135 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
136 | CONFIG_GUNZIP=y | 135 | CONFIG_GUNZIP=y |
137 | CONFIG_GZIP=y | 136 | CONFIG_GZIP=y |
138 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 137 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |