]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/wpa_supplicant: enable interface matching option
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 11 Oct 2016 18:54:51 +0000 (20:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 12 Oct 2016 11:59:16 +0000 (13:59 +0200)
The new wpa_supplicant command line argument -M can be used to describe
matching rules with a wildcard interface name (e.g., "wlan*").

This is very useful for systems without udev.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wpa_supplicant/wpa_supplicant.mk

index e3e6f3a0effd3bc0097392fae27908648342f1a4..3c3317b1224e6642a9cb9f5eec69929f45f24657 100644 (file)
@@ -28,7 +28,8 @@ WPA_SUPPLICANT_CONFIG_ENABLE = \
        CONFIG_IEEE80211N       \
        CONFIG_IEEE80211R       \
        CONFIG_INTERNAL_LIBTOMMATH \
-       CONFIG_DEBUG_FILE
+       CONFIG_DEBUG_FILE \
+       CONFIG_MATCH_IFACE
 
 WPA_SUPPLICANT_CONFIG_DISABLE = \
        CONFIG_SMARTCARD