diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-23 14:55:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-23 14:55:11 +0000 |
commit | 51a182a864efe986da327fc07a1e4a12dadd8ed3 (patch) | |
tree | 0e95cb0d6444919d3830d01e6c1131924cfbbfa1 /package/madwifi/Makefile | |
parent | 4fdf829b304fa33c6455b49b505e667643e7ee70 (diff) |
madwifi: fix a header file conflict with iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 433cb61e15..cfa9f44f49 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -176,7 +176,7 @@ MADWIFI_INC = \ -I$(PKG_BUILD_DIR)/ath \ -I$(PKG_BUILD_DIR)/ath_hal \ -I$(PKG_BUILD_DIR)/net80211 \ - -I$(STAGING_DIR)/usr/include \ + -I$(STAGING_DIR)/usr/include/wprobe \ -include $(PKG_BUILD_DIR)/include/compat.h MAKE_ARGS:= \ |