Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_NETWORK_MANAGER
|
||||
bool "networkmanager"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
depends on BR2_USE_MMU # dbus
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
# Tested with 3.2, but may even work with earlier versions
|
||||
@@ -46,12 +47,17 @@ config BR2_PACKAGE_NETWORK_MANAGER_MODEM_MANAGER
|
||||
|
||||
config BR2_PACKAGE_NETWORK_MANAGER_PPPD
|
||||
bool "pppd support"
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # pppd
|
||||
select BR2_PACKAGE_PPPD
|
||||
help
|
||||
This option enables support for PPPD daemon
|
||||
|
||||
comment "pppd support needs a glibc or uClibc toolchain"
|
||||
depends on BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
endif
|
||||
|
||||
comment "NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7"
|
||||
comment "NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.7"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 || \
|
||||
|
||||
Reference in New Issue
Block a user