Make DPKG=y and DPKG_DEB=y by default
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Dec 2016 12:52:53 +0000 (13:52 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:01:04 +0000 (13:01 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/dpkg.c
archival/dpkg_deb.c

index df7a0db64fd712fe3a317919bb464f0b2dac19f9..f133299e3f7e3c86389d8d617f0d25a132b0ccd0 100644 (file)
@@ -28,7 +28,7 @@
 
 //config:config DPKG
 //config:      bool "dpkg"
-//config:      default n
+//config:      default y
 //config:      select FEATURE_SEAMLESS_GZ
 //config:      help
 //config:        dpkg is a medium-level tool to install, build, remove and manage
index 86850469d8c5ca7d5cdf662f5ae1dd8ee4822c8a..ebbc7f035482bebe736ac8cd8542a301bd394a69 100644 (file)
@@ -7,7 +7,7 @@
 
 //config:config DPKG_DEB
 //config:      bool "dpkg_deb"
-//config:      default n
+//config:      default y
 //config:      select FEATURE_SEAMLESS_GZ
 //config:      help
 //config:        dpkg-deb unpacks and provides information about Debian archives.