aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-10-04 21:39:22 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-10-04 21:39:22 +0000
commit2d6b8df868c98fb95d276807bb0b962c1de4757a (patch)
tree1229a11f725bfa58aa7c57a76898553bb5f6654a /package/acx-mac80211/Makefile
parent9eb5ed14827e731d44aa077f0f0a99e902af684c (diff)
downloadmaster-187ad058-2d6b8df868c98fb95d276807bb0b962c1de4757a.tar.gz
master-187ad058-2d6b8df868c98fb95d276807bb0b962c1de4757a.tar.bz2
master-187ad058-2d6b8df868c98fb95d276807bb0b962c1de4757a.zip
[package] acx-mac80211: adapt interface changes in mac80211
The prototype of conf_tx and tx in struct ieee80211_ops changed some time ago and was not compatible with the prototype assumes by acs-mac80211. At least I do not see any compile warnings about this any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33624 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r--package/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 1907c162fa..40b3ce5ed9 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -180,7 +180,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(2,6,37)\"" \
+ EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,7,0)\"" \
LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \
-Iarch/$(LINUX_KARCH)/include \
-include $(LINUX_AUTOCONF_FILE) \