From 331c682bf15ea92b6699724fd8ffbc236049c607 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 17 Nov 2010 15:02:16 +0000 Subject: [PATCH 1/1] acx-mac80211: fix compile errors with the new compat-wireless SVN-Revision: 24019 --- package/acx-mac80211/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2