Update buildroot 2018.05.1 / u-boot (#150)

* Update buildroot 2018.05.1 / u-boot

* Cleanup

* Fix bl
This commit is contained in:
Pascal Vizeli
2018-08-07 16:45:12 +02:00
committed by GitHub
parent bbe4c47574
commit 9ef96373a9
131 changed files with 1320 additions and 656 deletions

View File

@@ -65,8 +65,8 @@ config BR2_PACKAGE_NETWORK_MANAGER_OVS
endif
comment "NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.7, dynamic library"
comment "NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.2, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_PACKAGE_HAS_UDEV || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 || \
!BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS