aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-27 03:57:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-11-27 03:57:08 +0100
commit6747bdac88d44d1b3729f56760ae7f6829c85d9f (patch)
tree87198970457626bddc12246cb42ebd221067795f
parentccc9985c455753298a8799a4d12d5f531c67ae81 (diff)
downloadbusybox-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.c11
-rw-r--r--configs/TEST_nommu_defconfig1
-rw-r--r--configs/TEST_noprintf_defconfig1
-rw-r--r--configs/TEST_rh9_defconfig1
-rw-r--r--configs/android2_defconfig1
-rw-r--r--configs/android_502_defconfig1
-rw-r--r--configs/android_defconfig1
-rw-r--r--configs/android_ndk_defconfig1
-rw-r--r--configs/cygwin_defconfig1
-rw-r--r--configs/freebsd_defconfig1
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
118CONFIG_FEATURE_CPIO_P=y 118CONFIG_FEATURE_CPIO_P=y
119CONFIG_DPKG=y 119CONFIG_DPKG=y
120CONFIG_DPKG_DEB=y 120CONFIG_DPKG_DEB=y
121CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y
122CONFIG_GUNZIP=y 121CONFIG_GUNZIP=y
123CONFIG_GZIP=y 122CONFIG_GZIP=y
124CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 123CONFIG_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
128CONFIG_FEATURE_CPIO_P=y 128CONFIG_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
132CONFIG_GUNZIP=y 131CONFIG_GUNZIP=y
133CONFIG_GZIP=y 132CONFIG_GZIP=y
134CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 133CONFIG_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
134CONFIG_FEATURE_CPIO_P=y 134CONFIG_FEATURE_CPIO_P=y
135CONFIG_DPKG=y 135CONFIG_DPKG=y
136CONFIG_DPKG_DEB=y 136CONFIG_DPKG_DEB=y
137# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
138CONFIG_GUNZIP=y 137CONFIG_GUNZIP=y
139CONFIG_GZIP=y 138CONFIG_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
224CONFIG_FEATURE_CPIO_P=y 224CONFIG_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
228CONFIG_GZIP=y 227CONFIG_GZIP=y
229CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 228CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
230CONFIG_GZIP_FAST=0 229CONFIG_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
154CONFIG_FEATURE_CPIO_P=y 154CONFIG_FEATURE_CPIO_P=y
155CONFIG_DPKG=y 155CONFIG_DPKG=y
156CONFIG_DPKG_DEB=y 156CONFIG_DPKG_DEB=y
157# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
158CONFIG_GUNZIP=y 157CONFIG_GUNZIP=y
159CONFIG_GZIP=y 158CONFIG_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
151CONFIG_FEATURE_CPIO_P=y 151CONFIG_FEATURE_CPIO_P=y
152CONFIG_DPKG=y 152CONFIG_DPKG=y
153CONFIG_DPKG_DEB=y 153CONFIG_DPKG_DEB=y
154# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
155CONFIG_GZIP=y 154CONFIG_GZIP=y
156# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set 155# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
157CONFIG_GZIP_FAST=0 156CONFIG_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
134CONFIG_FEATURE_CPIO_P=y 134CONFIG_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
138CONFIG_GUNZIP=y 137CONFIG_GUNZIP=y
139CONFIG_GZIP=y 138CONFIG_GZIP=y
140CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 139CONFIG_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
136CONFIG_GUNZIP=y 135CONFIG_GUNZIP=y
137CONFIG_GZIP=y 136CONFIG_GZIP=y
138CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 137CONFIG_FEATURE_GZIP_LONG_OPTIONS=y