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,10 @@
config BR2_PACKAGE_EXFAT_UTILS
bool "exfat-utils"
depends on BR2_USE_WCHAR
help
exFAT filesystem utilities.
https://github.com/relan/exfat
comment "exfat-utils needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 6aa51926416b9d0977b456902f4c4cd10bcce4b2d160859a7a2fc9ca6bcbbb11 exfat-utils-1.2.4.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# exfat-utils
#
################################################################################
EXFAT_UTILS_VERSION = 1.2.4
EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
EXFAT_UTILS_LICENSE = GPLv3+
EXFAT_UTILS_LICENSE_FILES = COPYING
$(eval $(autotools-package))