hostapd: update to version 2016-09-05
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 431-wpa_cli_ifdef.patch
index 36b5a441f96133a7cc17d75abdf38634f8c5fd7d..2c9fe28a1d617f804f821ac8696d7093bb1553c0 100644 (file)
@@ -1,13 +1,12 @@
 --- a/wpa_supplicant/wpa_cli.c
 +++ b/wpa_supplicant/wpa_cli.c
-@@ -26,6 +26,10 @@
+@@ -26,6 +26,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-2014, Jouni Malinen <j@w1.fi> and contributors";