Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -11,8 +11,8 @@ if BR2_PACKAGE_WPA_SUPPLICANT
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_NL80211
|
||||
bool "Enable nl80211 support"
|
||||
default y
|
||||
select BR2_PACKAGE_LIBNL
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Enable support for nl80211. This is the current wireless
|
||||
API for Linux, supported by all wireless drivers in vanilla
|
||||
@@ -34,10 +34,11 @@ config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
|
||||
depends on BR2_PACKAGE_WPA_SUPPLICANT_NL80211
|
||||
help
|
||||
With this option enabled, wpa_supplicant can act as an
|
||||
access point much like hostapd does with a limited feature set.
|
||||
This links in parts of hostapd functionality into wpa_supplicant,
|
||||
making it bigger but dispensing the need for a separate hostapd
|
||||
binary in some applications hence being smaller overall.
|
||||
access point much like hostapd does with a limited feature
|
||||
set. This links in parts of hostapd functionality into
|
||||
wpa_supplicant, making it bigger but dispensing the need for
|
||||
a separate hostapd binary in some applications hence being
|
||||
smaller overall.
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_WIFI_DISPLAY
|
||||
bool "Enable Wi-Fi Display"
|
||||
@@ -48,6 +49,8 @@ config BR2_PACKAGE_WPA_SUPPLICANT_WIFI_DISPLAY
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_MESH_NETWORKING
|
||||
bool "Enable mesh networking"
|
||||
depends on BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
||||
help
|
||||
Enable support for open and secured mesh networking
|
||||
(IEEE 802.11s)
|
||||
@@ -65,7 +68,8 @@ config BR2_PACKAGE_WPA_SUPPLICANT_EAP
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
|
||||
bool "Enable HS20"
|
||||
help
|
||||
Enable Hotspot 2.0 and IEEE 802.11u interworking functionality.
|
||||
Enable Hotspot 2.0 and IEEE 802.11u interworking
|
||||
functionality.
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
|
||||
bool "Enable syslog support"
|
||||
@@ -83,8 +87,8 @@ config BR2_PACKAGE_WPA_SUPPLICANT_CLI
|
||||
Install wpa_cli command line utility
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_WPA_CLIENT_SO
|
||||
depends on !BR2_STATIC_LIBS
|
||||
bool "Install wpa_client shared library"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Install libwpa_client.so.
|
||||
|
||||
@@ -107,7 +111,8 @@ config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
|
||||
bool "Enable support for new DBus control interface"
|
||||
depends on BR2_PACKAGE_DBUS
|
||||
help
|
||||
Enable support for new DBus control interface (fi.w1.wpa_supplicant1).
|
||||
Enable support for new DBus control interface
|
||||
(fi.w1.wpa_supplicant1).
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
|
||||
bool "Introspection support"
|
||||
|
||||
Reference in New Issue
Block a user