Update buildroot 2020.02.01 (#622)

* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2020-04-16 20:03:01 +02:00
committed by GitHub
parent 0c2b5aff65
commit 5a6678147e
6201 changed files with 73436 additions and 70757 deletions

View File

@@ -29,21 +29,7 @@ config BR2_PACKAGE_LIBOPENSSL
Note: Some helper scripts need perl.
if BR2_PACKAGE_LIBOPENSSL
config BR2_PACKAGE_LIBOPENSSL_BIN
bool "openssl binary"
help
Install the openssl binary and the associated helper scripts
to the target file system. This is a command line tool for
doing various cryptographic stuff.
config BR2_PACKAGE_LIBOPENSSL_ENGINES
bool "openssl additional engines"
help
Install additional encryption engine libraries.
endif
source "package/libopenssl/Config.in"
config BR2_PACKAGE_LIBRESSL
bool "libressl"
@@ -58,15 +44,10 @@ config BR2_PACKAGE_LIBRESSL
http://www.libressl.org/
if BR2_PACKAGE_LIBRESSL
source "package/libressl/Config.in"
config BR2_PACKAGE_LIBRESSL_BIN
bool "openssl binary"
help
Install the openssl binary to the target file system. This is
a command line tool for doing various cryptographic stuff.
endif
# openssl from br2-external trees, if any
source "$BR2_BASE_DIR/.br2-external.in.openssl"
endchoice