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:
@@ -3,7 +3,6 @@ config BR2_PACKAGE_LIBNSS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862
|
||||
select BR2_PACKAGE_LIBNSPR
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
@@ -16,9 +15,18 @@ config BR2_PACKAGE_LIBNSS
|
||||
|
||||
http://www.mozilla.org/projects/security/pki/nss/
|
||||
|
||||
if BR2_PACKAGE_LIBNSS
|
||||
|
||||
config BR2_PACKAGE_LIBNSS_ARCH
|
||||
string
|
||||
default "aarch64" if BR2_aarch64_be
|
||||
default "ppc" if BR2_powerpc
|
||||
default "ppc64" if BR2_powerpc64
|
||||
default "ppc64le" if BR2_powerpc64le
|
||||
default BR2_ARCH
|
||||
|
||||
endif
|
||||
|
||||
comment "libnss needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
|
||||
comment "libnss needs a toolchain not affected by GCC bug 85862"
|
||||
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862
|
||||
|
||||
Reference in New Issue
Block a user