summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-02 13:07:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-02 13:07:46 +0000
commit5022b3949a54f21f1a4617ccf192743264117b42 (patch)
treeca3fcc2f60d1630b53f494dbd711da800a0448c6 /package/network/services/hostapd/patches
parent94f7ae90f8bd951cd5726ed3ad171a263a67ea62 (diff)
downloadmtk-20170518-5022b3949a54f21f1a4617ccf192743264117b42.zip
mtk-20170518-5022b3949a54f21f1a4617ccf192743264117b42.tar.gz
mtk-20170518-5022b3949a54f21f1a4617ccf192743264117b42.tar.bz2
hostapd: always include p2p options in wpa_cli
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38981
Diffstat (limited to 'package/network/services/hostapd/patches')
-rw-r--r--package/network/services/hostapd/patches/471-wpa_cli_ifdef.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/network/services/hostapd/patches/471-wpa_cli_ifdef.patch b/package/network/services/hostapd/patches/471-wpa_cli_ifdef.patch
new file mode 100644
index 0000000..cc84444
--- /dev/null
+++ b/package/network/services/hostapd/patches/471-wpa_cli_ifdef.patch
@@ -0,0 +1,13 @@
+--- a/wpa_supplicant/wpa_cli.c
++++ b/wpa_supplicant/wpa_cli.c
+@@ -26,6 +26,10 @@
+ #endif /* ANDROID */
+
+
++#ifndef CONFIG_P2P
++#define CONFIG_P2P
++#endif
++
+ static const char *wpa_cli_version =
+ "wpa_cli v" VERSION_STR "\n"
+ "Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> and contributors";