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 | 6e77b894e563f401f55b5542f568867689c70061 (patch) | |
tree | ef8cca9a101627b8edf16424722c765f6bbd8ad2 /package/acx-mac80211 | |
parent | 8b5704b2e552a31b72c44249c9195fee79f2478b (diff) | |
download | master-187ad058-6e77b894e563f401f55b5542f568867689c70061.tar.gz master-187ad058-6e77b894e563f401f55b5542f568867689c70061.tar.bz2 master-187ad058-6e77b894e563f401f55b5542f568867689c70061.zip |
acx-mac80211: fix compile errors with the new compat-wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24019 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |