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

@@ -15,6 +15,24 @@ config BR2_PACKAGE_COREUTILS
http://www.gnu.org/software/coreutils/
if BR2_PACKAGE_COREUTILS
config BR2_PACKAGE_COREUTILS_INDIVIDUAL_BINARIES
bool "Individual binaries"
depends on !BR2_STATIC_LIBS
help
By default (i.e. with this option disabled), coreutils is
installed as a single binary (Busybox style) called
/usr/bin/coreutils, and all core utilities are symbolic
links to this binary.
With this option enabled, each utility is a separate binary.
comment "coreutils individual binaries need a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
endif
comment "coreutils needs a toolchain w/ wchar"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR