update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_MINIZIP
bool "minizip"
select BR2_PACKAGE_ZLIB
help
Enables to extract files from a .zip archive file.
It is compatible with PKZip 2.04g, WinZip, InfoZip,
MimarSinan Codex Suite 2002 tools, and compatible sofware.
https://github.com/nmoinvaz/minizip
config BR2_PACKAGE_MINIZIP_DEMOS
bool "miniunzip/minizip"
depends on BR2_PACKAGE_MINIZIP
help
Enable miniunzip/minizip binary tools.

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 ac361f40531d9fb7222d4befd10d160c647d5e85138f6bc9eda080ed8f937fb8 minizip-5f56dd81d94bd7028f7dc05d7d14112697c30241.tar.gz

View File

@@ -0,0 +1,16 @@
################################################################################
#
# minizip
#
################################################################################
MINIZIP_VERSION = 5f56dd81d94bd7028f7dc05d7d14112697c30241
MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION))
MINIZIP_DEPENDENCIES = zlib
MINIZIP_AUTORECONF = YES
MINIZIP_INSTALL_STAGING = YES
MINIZIP_CONF_OPTS = $(if $(BR2_PACKAGE_MINIZIP_DEMOS),--enable-demos)
MINIZIP_LICENSE = zlib license
MINIZIP_LICENSE_FILES = LICENSE
$(eval $(autotools-package))