base-system-busybox: ship with uncompress

Since uncompress is provided by gzip (a package which busybox conflicts
with).
This commit is contained in:
Sören Tempel 2015-03-25 21:45:40 +01:00
parent 8292fe0776
commit 1424af2412
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.23.2
# Wed Mar 25 21:38:22 2015
# Wed Mar 25 21:45:04 2015
#
CONFIG_HAVE_DOT_CONFIG=y
@ -138,7 +138,7 @@ CONFIG_FEATURE_SEAMLESS_GZ=y
# CONFIG_AR is not set
# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
# CONFIG_FEATURE_AR_CREATE is not set
# CONFIG_UNCOMPRESS is not set
CONFIG_UNCOMPRESS=y
CONFIG_GUNZIP=y
# CONFIG_BUNZIP2 is not set
CONFIG_UNLZMA=y

View File

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.23.2
revision=4
revision=5
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"