diff options
author | Jouni Malinen <j@w1.fi> | 2018-12-02 19:25:08 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-02 19:34:59 (GMT) |
commit | 55570efe352a3f2af5c3178fdc6846dd0e4335bd (patch) | |
tree | 330fcded96626846bcee892e7292db86f37d552f /hostapd | |
parent | e49a7199d50417e8622de018ddc0536614757410 (diff) | |
download | hostap-55570efe352a3f2af5c3178fdc6846dd0e4335bd.zip hostap-55570efe352a3f2af5c3178fdc6846dd0e4335bd.tar.gz hostap-55570efe352a3f2af5c3178fdc6846dd0e4335bd.tar.bz2 |
Uncomment CONFIG_LIBNL32=y in defconfig
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>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index c67c662..77a894d 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -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) |