aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-05-06 20:43:17 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-05-06 20:43:17 +0000
commit9897c4980309eb86e8519c5e88f4477bef46d467 (patch)
treeaf4cb7285e63bacc3e7c6c5ec03304776e39c05c /package/acx-mac80211
parent800e2f834503a6c2568c3fd4049f6489ffa4d03c (diff)
downloadupstream-9897c4980309eb86e8519c5e88f4477bef46d467.tar.gz
upstream-9897c4980309eb86e8519c5e88f4477bef46d467.tar.bz2
upstream-9897c4980309eb86e8519c5e88f4477bef46d467.zip
kernel: remove kernel modules and references to kernels <= 2.6.36
OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r--package/acx-mac80211/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 46fe7712ce..c1799a88ba 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -103,11 +103,7 @@ PKG_EXTRA_CFLAGS:= \
$(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=m,%,$(filter %=m,$(PKG_EXTRA_KCONFIG)))) \
$(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=y,%,$(filter %=y,$(PKG_EXTRA_KCONFIG)))) \
-ifneq ($(CONFIG_LINUX_2_6_30)$(CONFIG_LINUX_2_6_31)$(CONFIG_LINUX_2_6_32),)
- LINUX_AUTOCONF_FILE:= linux/autoconf.h
-else
- LINUX_AUTOCONF_FILE:= generated/autoconf.h
-endif
+LINUX_AUTOCONF_FILE:= generated/autoconf.h
define Build/Compile
$(MAKE) -C "$(LINUX_DIR)" \