Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_NETWORK_MANAGER
|
||||
bool "networkmanager"
|
||||
bool "network-manager"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
depends on !BR2_STATIC_LIBS # gnutls
|
||||
depends on BR2_USE_MMU # dbus
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
# Tested with 3.2, but may even work with earlier versions
|
||||
@@ -20,12 +21,12 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
||||
select BR2_PACKAGE_READLINE
|
||||
select BR2_PACKAGE_LIBNDP
|
||||
help
|
||||
NetworkManager is a set of co-operative tools that make networking
|
||||
simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth,
|
||||
NetworkManager allows you to quickly move from one network to
|
||||
another: once a network has been configured and joined once, it
|
||||
can be detected and re-joined automatically the next time it's
|
||||
available.
|
||||
NetworkManager is a set of co-operative tools that make
|
||||
networking simple and straightforward. Whether WiFi, wired,
|
||||
3G, or Bluetooth, NetworkManager allows you to quickly move
|
||||
from one network to another: once a network has been
|
||||
configured and joined once, it can be detected and re-joined
|
||||
automatically the next time it's available.
|
||||
|
||||
http://projects.gnome.org/NetworkManager/
|
||||
|
||||
@@ -55,10 +56,16 @@ config BR2_PACKAGE_NETWORK_MANAGER_PPPD
|
||||
comment "pppd support needs a glibc or uClibc toolchain"
|
||||
depends on BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
config BR2_PACKAGE_NETWORK_MANAGER_OVS
|
||||
bool "OpenVSwitch support"
|
||||
select BR2_PACKAGE_JANSSON
|
||||
help
|
||||
This option enables support for OpenVSwitch
|
||||
|
||||
endif
|
||||
|
||||
comment "NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.7"
|
||||
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_USES_GLIBC
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 || \
|
||||
!BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user