Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_GZIP
|
||||
bool "gzip"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
Standard GNU compressor. Provides things like gzip,
|
||||
gunzip, gzcat, etc...
|
||||
@@ -9,3 +10,4 @@ config BR2_PACKAGE_GZIP
|
||||
|
||||
comment "gzip needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847 gzip-1.6.tar.xz
|
||||
sha256 ff1767ec444f71e5daf8972f6f8bf68cfcca1d2f76c248eb18e8741fc91dbbd3 gzip-1.8.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GZIP_VERSION = 1.6
|
||||
GZIP_VERSION = 1.8
|
||||
GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz
|
||||
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
|
||||
# Some other tools expect it to be in /bin
|
||||
|
||||
Reference in New Issue
Block a user