]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Uncomment CONFIG_LIBNL32=y in defconfig
authorJouni Malinen <j@w1.fi>
Sun, 2 Dec 2018 19:25:08 +0000 (21:25 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Dec 2018 19:34:59 +0000 (21:34 +0200)
libnl 3.2 release is much more likely to be used nowadays than the
versions using the older API, so uncomment this in wpa_supplicant and
hostapd defconfig.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/defconfig
wpa_supplicant/defconfig

index c67c6622d6efae1f9affb73ce16e08c6a536d312..77a894d5e11a3d4b83a46db57b4fb8977769b625 100644 (file)
@@ -31,7 +31,7 @@ CONFIG_DRIVER_NL80211=y
 #CONFIG_LIBNL20=y
 
 # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)
-#CONFIG_LIBNL32=y
+CONFIG_LIBNL32=y
 
 
 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
index 08f5857791354e93645c5c935a3e97cd6634a1dc..af281e56d2e138a1d53a317fdb5485084659e41c 100644 (file)
@@ -44,7 +44,7 @@ CONFIG_DRIVER_NL80211=y
 #CONFIG_LIBNL20=y
 
 # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)
-#CONFIG_LIBNL32=y
+CONFIG_LIBNL32=y
 
 
 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)