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 /configs/cygwin_defconfig | |
parent | ccc9985c455753298a8799a4d12d5f531c67ae81 (diff) | |
download | busybox-6747bdac88d44d1b3729f56760ae7f6829c85d9f.tar.gz |
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 'configs/cygwin_defconfig')
-rw-r--r-- | configs/cygwin_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 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 |