From: nbd Date: Wed, 17 Nov 2010 15:02:16 +0000 (+0000) Subject: acx-mac80211: fix compile errors with the new compat-wireless X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=93b487b3a576416e0e80e697a8c890ba1ceaf24f;p=openwrt.git 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 --- 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