Make DPKG=y and DPKG_DEB=y by default

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-12-23 13:52:53 +01:00
parent ed6fb36124
commit 909edacc5e
2 changed files with 2 additions and 2 deletions

View 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

View 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.