From d482f42efbc11314a92898eae9964bbdac7e7db8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Mar 2013 16:11:32 +0000 Subject: hostapd: fix build errors on supplicant-only builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36085 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/hostapd/patches/700-ubus_support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/services/hostapd/patches/700-ubus_support.patch') diff --git a/package/network/services/hostapd/patches/700-ubus_support.patch b/package/network/services/hostapd/patches/700-ubus_support.patch index 92ca7b21ca..ad1a45bf38 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 +#include + -+struct hostapd_iface; -+struct hostapd_data; -+ +struct hostapd_ubus_iface { + struct ubus_object obj; +}; -- cgit v1.2.3