aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-05 22:06:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-05 22:06:30 +0000
commit0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9 (patch)
tree66f6e3185a6533ca053b5a185c9b53b1947965a2 /package/network/services/hostapd/Makefile
parent1942d2db25988dfac565bcb472ab5b7d7ec4a6e8 (diff)
downloadmaster-187ad058-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.tar.gz
master-187ad058-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.tar.bz2
master-187ad058-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.zip
hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 80f9a0dfde..80845bf06b 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -218,7 +218,7 @@ TARGET_CPPFLAGS := \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(PKG_BUILD_DIR)/src/crypto \
$(TARGET_CPPFLAGS) \
- -I$(STAGING_DIR)/usr/include/madwifi \
+ -I$(CURDIR)/madwifi \
-DCONFIG_LIBNL20 \
-D_GNU_SOURCE \
$(if $(CONFIG_WPA_MSG_MIN_PRIORITY),-DCONFIG_MSG_MIN_PRIORITY=$(CONFIG_WPA_MSG_MIN_PRIORITY))