mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -81,6 +81,13 @@ config BR2_PACKAGE_WPA_SUPPLICANT_WPS
|
||||
help
|
||||
Enable support for Wi-Fi Protected Setup (WPS).
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_WPA3
|
||||
bool "Enable WPA3 support"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
||||
help
|
||||
Enable WPA3 support including OWE, SAE, DPP
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_CLI
|
||||
bool "Install wpa_cli binary"
|
||||
help
|
||||
@@ -100,23 +107,19 @@ config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
|
||||
help
|
||||
Install wpa_passphrase command line utility.
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
|
||||
bool "Enable support for old DBus control interface"
|
||||
depends on BR2_PACKAGE_DBUS
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DBUS
|
||||
bool "Enable support for the DBus control interface"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
||||
select BR2_PACKAGE_DBUS
|
||||
help
|
||||
Enable support for old DBus control interface
|
||||
(fi.epitest.hostap.WPASupplicant).
|
||||
Enable support for the DBus control interface.
|
||||
|
||||
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).
|
||||
comment "dbus support needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
|
||||
bool "Introspection support"
|
||||
depends on BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
|
||||
depends on BR2_PACKAGE_WPA_SUPPLICANT_DBUS
|
||||
help
|
||||
Add introspection support for new DBus control interface.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user