summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-12 22:11:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-12 22:11:14 +0000
commit37756a97a0dbb276b79e8bf7ca593991c764a752 (patch)
treed069941c3d97ba821b19cf0f13a945847378b19a /package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch
parent65f747a42d9f6eb22b4de75623d43e84949aa412 (diff)
downloadmtk-20170518-37756a97a0dbb276b79e8bf7ca593991c764a752.zip
mtk-20170518-37756a97a0dbb276b79e8bf7ca593991c764a752.tar.gz
mtk-20170518-37756a97a0dbb276b79e8bf7ca593991c764a752.tar.bz2
hostapd: remove #ifdef MULTICALL around ap+sta support code (to support separately installed supplicant+hostapd)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38782
Diffstat (limited to 'package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch')
-rw-r--r--package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch b/package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch
index e8d8910..8dc0a5d 100644
--- a/package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch
+++ b/package/network/services/hostapd/patches/460-disable_ctrl_iface_mib.patch
@@ -43,7 +43,7 @@
reply_len = -1;
--- a/wpa_supplicant/Makefile
+++ b/wpa_supplicant/Makefile
-@@ -770,6 +770,9 @@ ifdef CONFIG_WNM
+@@ -768,6 +768,9 @@ ifdef CONFIG_WNM
OBJS += ../src/ap/wnm_ap.o
endif
ifdef CONFIG_CTRL_IFACE