1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:24:32 +03:00

madwifi: fix a header file conflict with iptables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-04-23 14:55:11 +00:00
parent 4fdf829b30
commit 51a182a864
2 changed files with 3 additions and 3 deletions

View File

@ -176,7 +176,7 @@ MADWIFI_INC = \
-I$(PKG_BUILD_DIR)/ath \ -I$(PKG_BUILD_DIR)/ath \
-I$(PKG_BUILD_DIR)/ath_hal \ -I$(PKG_BUILD_DIR)/ath_hal \
-I$(PKG_BUILD_DIR)/net80211 \ -I$(PKG_BUILD_DIR)/net80211 \
-I$(STAGING_DIR)/usr/include \ -I$(STAGING_DIR)/usr/include/wprobe \
-include $(PKG_BUILD_DIR)/include/compat.h -include $(PKG_BUILD_DIR)/include/compat.h
MAKE_ARGS:= \ MAKE_ARGS:= \

View File

@ -103,8 +103,8 @@ define Build/Compile
endef endef
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include/wprobe
$(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include $(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include/wprobe
endef endef
define Package/wprobe-info/install define Package/wprobe-info/install