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:
@@ -14,7 +14,6 @@ config BR2_PACKAGE_KVM_UNIT_TESTS
|
||||
# gcc 4.5 at least. on i386, we use the target gcc, while on
|
||||
# x86-64 we use the host gcc (see .mk file for details)
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 || !BR2_i386
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_5 || !BR2_x86_64
|
||||
depends on BR2_HOSTARCH = "x86_64" || !BR2_x86_64
|
||||
select BR2_HOSTARCH_NEEDS_IA32_COMPILER if BR2_x86_64=y
|
||||
help
|
||||
@@ -38,7 +37,3 @@ config BR2_PACKAGE_KVM_UNIT_TESTS
|
||||
comment "kvm-unit-tests needs a toolchain w/ gcc >= 4.5"
|
||||
depends on BR2_i386
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
||||
|
||||
comment "kvm-unit-tests needs a host gcc >= 4.5"
|
||||
depends on BR2_x86_64
|
||||
depends on !BR2_HOST_GCC_AT_LEAST_4_5
|
||||
|
||||
Reference in New Issue
Block a user