1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-27 01:57:28 +02:00
openwrt/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch
Felix Fietkau 859d940c79 hostapd: update to version 2016-09-05
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-09-08 15:28:38 +02:00

13 lines
260 B
Diff

--- a/wpa_supplicant/wpa_cli.c
+++ b/wpa_supplicant/wpa_cli.c
@@ -26,6 +26,9 @@
#include <cutils/properties.h>
#endif /* ANDROID */
+#ifndef CONFIG_P2P
+#define CONFIG_P2P
+#endif
static const char *const wpa_cli_version =
"wpa_cli v" VERSION_STR "\n"