aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch')
-rw-r--r--package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch b/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch
index 874ff4bccc..256f6b5977 100644
--- a/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch
+++ b/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch
@@ -1,13 +1,12 @@
--- a/wpa_supplicant/wpa_cli.c
+++ b/wpa_supplicant/wpa_cli.c
-@@ -26,6 +26,10 @@
+@@ -25,6 +25,9 @@
+ #include <cutils/properties.h>
#endif /* ANDROID */
-
+#ifndef CONFIG_P2P
+#define CONFIG_P2P
+#endif
-+
- static const char *wpa_cli_version =
+
+ static const char *const wpa_cli_version =
"wpa_cli v" VERSION_STR "\n"
- "Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> and contributors";