From: Felix Fietkau Date: Tue, 28 Jan 2020 13:12:08 +0000 (+0100) Subject: hostapd: unconditionally enable ap/mesh for wpa-cli X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=03e9e4ba9ea8f00ff7c6f076f2cdc322e18cd3a4;p=openwrt%2Fstaging%2Frmilecki.git hostapd: unconditionally enable ap/mesh for wpa-cli Without this change, wpa-cli features depend on which wpad build variant was used to build the wpa-cli package Signed-off-by: Felix Fietkau --- 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 2c9fe28a1d6..65c31c567fc 100644 --- a/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch +++ b/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch @@ -1,11 +1,17 @@ --- a/wpa_supplicant/wpa_cli.c +++ b/wpa_supplicant/wpa_cli.c -@@ -26,6 +26,9 @@ +@@ -26,6 +26,15 @@ #include #endif /* ANDROID */ +#ifndef CONFIG_P2P +#define CONFIG_P2P ++#endif ++#ifndef CONFIG_AP ++#define CONFIG_AP ++#endif ++#ifndef CONFIG_MESH ++#define CONFIG_MESH +#endif static const char *const wpa_cli_version =