summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-18 16:11:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-18 16:11:32 +0000
commit31876c193aaa8ddbe6c5758aee5754aee257fc44 (patch)
tree87fb9c06e3d6aacd00df5f6e5f0db88418ff346e /package/network/services/hostapd/patches
parent3ebdd3b330f31e3e98629e534a928af84136de1f (diff)
downloadmtk-20170518-31876c193aaa8ddbe6c5758aee5754aee257fc44.zip
mtk-20170518-31876c193aaa8ddbe6c5758aee5754aee257fc44.tar.gz
mtk-20170518-31876c193aaa8ddbe6c5758aee5754aee257fc44.tar.bz2
hostapd: fix build errors on supplicant-only builds
SVN-Revision: 36085
Diffstat (limited to 'package/network/services/hostapd/patches')
-rw-r--r--package/network/services/hostapd/patches/700-ubus_support.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/700-ubus_support.patch b/package/network/services/hostapd/patches/700-ubus_support.patch
index 92ca7b2..ad1a45b 100644
--- a/package/network/services/hostapd/patches/700-ubus_support.patch
+++ b/package/network/services/hostapd/patches/700-ubus_support.patch
@@ -422,14 +422,14 @@
+ const u8 *addr;
+};
+
++struct hostapd_iface;
++struct hostapd_data;
++
+#ifdef UBUS_SUPPORT
+
+#include <libubox/avl.h>
+#include <libubus.h>
+
-+struct hostapd_iface;
-+struct hostapd_data;
-+
+struct hostapd_ubus_iface {
+ struct ubus_object obj;
+};