svn commit: trunk/busybox/archival
vda at busybox.net
vda at busybox.net
Wed Oct 15 14:50:14 UTC 2008
Author: vda
Date: 2008-10-15 07:50:14 -0700 (Wed, 15 Oct 2008)
New Revision: 23691
Log:
build system: dpkg needs .gz handling
Modified:
trunk/busybox/archival/Config.in
Changeset:
Modified: trunk/busybox/archival/Config.in
===================================================================
--- trunk/busybox/archival/Config.in 2008-10-15 13:50:24 UTC (rev 23690)
+++ trunk/busybox/archival/Config.in 2008-10-15 14:50:14 UTC (rev 23691)
@@ -113,6 +113,7 @@
config DPKG
bool "dpkg"
default n
+ select FEATURE_SEAMLESS_GZ
help
dpkg is a medium-level tool to install, build, remove and manage
Debian packages.
@@ -123,9 +124,9 @@
config DPKG_DEB
bool "dpkg_deb"
default n
+ select FEATURE_SEAMLESS_GZ
help
- dpkg-deb packs, unpacks and provides information about Debian
- archives.
+ dpkg-deb unpacks and provides information about Debian archives.
This implementation of dpkg-deb cannot pack archives.
More information about the busybox-cvs
mailing list