Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -10,7 +10,7 @@ config BR2_PACKAGE_POWERPC_UTILS
help
System utilities for PowerPC machines.
http://sourceforge.net/projects/powerpc-utils/
https://github.com/nfont/powerpc-utils
if BR2_PACKAGE_POWERPC_UTILS
@@ -18,7 +18,6 @@ config BR2_PACKAGE_POWERPC_UTILS_RTAS
bool "RTAS support"
select BR2_PACKAGE_LIBRTAS
depends on BR2_TOOLCHAIN_USES_GLIBC
default y
help
Enable support for functions that require RTAS.
@@ -29,7 +28,7 @@ config BR2_PACKAGE_POWERPC_UTILS_RTAS
lsslot, activate_firmware, rtas_ibm_get_vpd, serv_config,
rtas_event_decode, sys_ident.
comment "RTAS support needs an (e)glibc toolchain"
comment "RTAS support needs a glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
endif