summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-27 02:57:08 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2016-11-27 02:57:08 (GMT)
commit6747bdac88d44d1b3729f56760ae7f6829c85d9f (patch)
tree87198970457626bddc12246cb42ebd221067795f
parentccc9985c455753298a8799a4d12d5f531c67ae81 (diff)
downloadbusybox-6747bdac88d44d1b3729f56760ae7f6829c85d9f.zip
busybox-6747bdac88d44d1b3729f56760ae7f6829c85d9f.tar.gz
busybox-6747bdac88d44d1b3729f56760ae7f6829c85d9f.tar.bz2
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
-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 0285273..d34de25 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -16,18 +16,9 @@
//config:
//config: Unless you have a specific application which requires dpkg-deb,
//config: say N here.
-//config:
-//config:config FEATURE_DPKG_DEB_EXTRACT_ONLY
-//config: bool "Extract only (-x)"
-//config: default n
-//config: depends on DPKG_DEB
-//config: help
-//config: This reduces dpkg-deb to the equivalent of
-//config: "ar -p <deb> data.tar.gz | tar -zx". However it saves space as none
-//config: of the extra dpkg-deb, ar or tar options are needed, they are linked
-//config: to internally.
//applet:IF_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, BB_DIR_USR_BIN, BB_SUID_DROP, dpkg_deb))
+
//kbuild:lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o
//usage:#define dpkg_deb_trivial_usage
diff --git a/configs/TEST_nommu_defconfig b/configs/TEST_nommu_defconfig
index 20c2e15..08351a2 100644
--- a/configs/TEST_nommu_defconfig
+++ b/configs/TEST_nommu_defconfig
@@ -118,7 +118,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
CONFIG_DPKG=y
CONFIG_DPKG_DEB=y
-CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y
CONFIG_GUNZIP=y
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
diff --git a/configs/TEST_noprintf_defconfig b/configs/TEST_noprintf_defconfig
index 845032e..70dacec 100644
--- a/configs/TEST_noprintf_defconfig
+++ b/configs/TEST_noprintf_defconfig
@@ -130,7 +130,6 @@ CONFIG_FEATURE_SEAMLESS_Z=y
# CONFIG_FEATURE_CPIO_P is not set
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
# CONFIG_GUNZIP is not set
# CONFIG_GZIP is not set
# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
diff --git a/configs/TEST_rh9_defconfig b/configs/TEST_rh9_defconfig
index d8c5af4..4a5fad3 100644
--- a/configs/TEST_rh9_defconfig
+++ b/configs/TEST_rh9_defconfig
@@ -128,7 +128,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GUNZIP=y
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
diff --git a/configs/android2_defconfig b/configs/android2_defconfig
index 857f9f5..754f612 100644
--- a/configs/android2_defconfig
+++ b/configs/android2_defconfig
@@ -134,7 +134,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
CONFIG_DPKG=y
CONFIG_DPKG_DEB=y
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GUNZIP=y
CONFIG_GZIP=y
# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
diff --git a/configs/android_502_defconfig b/configs/android_502_defconfig
index cd06aff..8ea6c29 100644
--- a/configs/android_502_defconfig
+++ b/configs/android_502_defconfig
@@ -224,7 +224,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
CONFIG_GZIP_FAST=0
diff --git a/configs/android_defconfig b/configs/android_defconfig
index f1ddc45..30e888a 100644
--- a/configs/android_defconfig
+++ b/configs/android_defconfig
@@ -154,7 +154,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
CONFIG_DPKG=y
CONFIG_DPKG_DEB=y
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GUNZIP=y
CONFIG_GZIP=y
# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig
index 18651fd..716ec9a 100644
--- a/configs/android_ndk_defconfig
+++ b/configs/android_ndk_defconfig
@@ -151,7 +151,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
CONFIG_DPKG=y
CONFIG_DPKG_DEB=y
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GZIP=y
# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
CONFIG_GZIP_FAST=0
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig
index dd7c21e..b856482 100644
--- a/configs/cygwin_defconfig
+++ b/configs/cygwin_defconfig
@@ -134,7 +134,6 @@ CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GUNZIP=y
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig
index 265ab13..4f14d3b 100644
--- a/configs/freebsd_defconfig
+++ b/configs/freebsd_defconfig
@@ -132,7 +132,6 @@ CONFIG_CPIO=y
# CONFIG_FEATURE_CPIO_P is not set
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
CONFIG_GUNZIP=y
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y