package/wpa_supplicant: need EAP when HOTSPOT is enabled.
authorNicolas Cavallari <nicolas.cavallari@green-communications.fr>
Mon, 15 Feb 2021 08:40:23 +0000 (09:40 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 16 Feb 2021 21:00:54 +0000 (22:00 +0100)
Make WPA_SUPPLICANT_HOTSPOT depend on WPA_SUPPLICANT_EAP, Otherwise,
compilation fails with errors like:

interworking.c:1439:15: error: ‘struct wpa_ssid’ has no member named ‘eap’

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/wpa_supplicant/Config.in

index 3c986ff4ba99b03d453e3d0fabe190dbed1fbfb8..27ad22430adc7ef8413c5651d10832ace59ff580 100644 (file)
@@ -94,6 +94,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT_EAP
 
 config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
        bool "Enable HS20"
+       select BR2_PACKAGE_WPA_SUPPLICANT_EAP
        help
          Enable Hotspot 2.0 and IEEE 802.11u interworking
          functionality.