From: Felix Fietkau Date: Mon, 2 Dec 2013 13:07:46 +0000 (+0000) Subject: hostapd: always include p2p options in wpa_cli X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=42370a3fa783d42011d7f1db1d0a0ccabc60ead7;p=15.05%2Fopenwrt.git hostapd: always include p2p options in wpa_cli Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38981 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 0000000000..cc8444416a --- /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 and contributors";