diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-15 14:50:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-15 14:50:14 +0000 |
commit | 8854b352f4a0f088a222adccfda1dca345e8dc6b (patch) | |
tree | 06a31c7cc3eea3435f522bfe04b40671de49e63b | |
parent | a9c3f7a19e593ce9c7865890448f84ab9b1fb522 (diff) | |
download | busybox-w32-8854b352f4a0f088a222adccfda1dca345e8dc6b.tar.gz busybox-w32-8854b352f4a0f088a222adccfda1dca345e8dc6b.tar.bz2 busybox-w32-8854b352f4a0f088a222adccfda1dca345e8dc6b.zip |
build system: dpkg needs .gz handling
-rw-r--r-- | archival/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in index 808757e28..0b5cf3750 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -113,6 +113,7 @@ config FEATURE_CPIO_O | |||
113 | config DPKG | 113 | config DPKG |
114 | bool "dpkg" | 114 | bool "dpkg" |
115 | default n | 115 | default n |
116 | select FEATURE_SEAMLESS_GZ | ||
116 | help | 117 | help |
117 | dpkg is a medium-level tool to install, build, remove and manage | 118 | dpkg is a medium-level tool to install, build, remove and manage |
118 | Debian packages. | 119 | Debian packages. |
@@ -123,9 +124,9 @@ config DPKG | |||
123 | config DPKG_DEB | 124 | config DPKG_DEB |
124 | bool "dpkg_deb" | 125 | bool "dpkg_deb" |
125 | default n | 126 | default n |
127 | select FEATURE_SEAMLESS_GZ | ||
126 | help | 128 | help |
127 | dpkg-deb packs, unpacks and provides information about Debian | 129 | dpkg-deb unpacks and provides information about Debian archives. |
128 | archives. | ||
129 | 130 | ||
130 | This implementation of dpkg-deb cannot pack archives. | 131 | This implementation of dpkg-deb cannot pack archives. |
131 | 132 | ||