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,6 @@
config BR2_PACKAGE_LIBSODIUM
bool "libsodium"
help
A modern and easy-to-use crypto library.
http://libsodium.org/

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765 libsodium-1.0.11.tar.gz

View File

@@ -0,0 +1,18 @@
################################################################################
#
# libsodium
#
################################################################################
LIBSODIUM_VERSION = 1.0.11
LIBSODIUM_SITE = https://download.libsodium.org/libsodium/releases
LIBSODIUM_LICENSE = ISC
LIBSODIUM_LICENSE_FILES = LICENSE
LIBSODIUM_INSTALL_STAGING = YES
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
LIBSODIUM_CONF_OPTS += --disable-pie
endif
$(eval $(autotools-package))
$(eval $(host-autotools-package))