aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
commitfd8e9f4401c43bf19c7917146053c70e0efaf56d (patch)
tree59d71cc2e8069b675968fec6b95d2849885b7cdd /package/kernel/acx-mac80211/Makefile
parent03fde8dd1049f9c331f8dad6ebe622e4f6bcfbd2 (diff)
downloadmaster-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.gz
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.bz2
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.zip
acx-mac80211: fix build after recent mac80211 update and refresh patches
This was only build tested. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39482 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/acx-mac80211/Makefile')
-rw-r--r--package/kernel/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
index 3f0fad9074..6d0f7fb495 100644
--- a/package/kernel/acx-mac80211/Makefile
+++ b/package/kernel/acx-mac80211/Makefile
@@ -190,7 +190,7 @@ define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
$(PKG_EXTRA_KCONFIG) \
- EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,10,0)\"" \
+ EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,14,0)\"" \
LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211-backport/uapi -I$(STAGING_DIR)/usr/include/mac80211-backport \
-I$(STAGING_DIR)/usr/include/mac80211/uapi -I$(STAGING_DIR)/usr/include/mac80211 \
-I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \