From 503062d54a5bef559ef963c3be7c1f2b87df63d0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 14 Jul 2014 09:31:13 +0000 Subject: main/wpa_supplicant: enable WPS2, AP and P2P ref #2887 --- main/wpa_supplicant/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD index 37acf08a6e..d88292e00d 100644 --- a/main/wpa_supplicant/APKBUILD +++ b/main/wpa_supplicant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=wpa_supplicant pkgver=2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant" arch="all" @@ -100,6 +100,9 @@ prepare() { # Enable mitigation against certain attacks against TKIP echo "CONFIG_DELAYED_MIC_ERROR_REPORT=y" >> .config + echo "CONFIG_WPS2=y" >> .config + echo "CONFIG_AP=y" >> .config + echo "CONFIG_P2P=y" >> .config echo "CONFIG_LIBNL32=y" >> .config } -- cgit v1.2.3