diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-17 15:02:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-17 15:02:16 +0000 |
commit | 2201a230a9872cfe2fa1733b66742dea5cb816e6 (patch) | |
tree | b1a978d0faa63b479eafe05f7304f63106ce4cf0 /package/acx-mac80211 | |
parent | 058fa75a746d746b569670e8c1f8606997a21f4c (diff) | |
download | upstream-2201a230a9872cfe2fa1733b66742dea5cb816e6.tar.gz upstream-2201a230a9872cfe2fa1733b66742dea5cb816e6.tar.bz2 upstream-2201a230a9872cfe2fa1733b66742dea5cb816e6.zip |
acx-mac80211: fix compile errors with the new compat-wireless
SVN-Revision: 24019
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 850ce6c3af..fc11cff772 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -75,7 +75,8 @@ define Build/Compile EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(2,6,34)\"" \ LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \ -Iarch/$(LINUX_KARCH)/include \ - -include $(LINUX_AUTOCONF_FILE)" \ + -include $(LINUX_AUTOCONF_FILE) \ + -include linux/compat-2.6.h" \ V="$(V)" \ modules endef |