From 8ff6417c419a50cd0f3b3ff450df6e7f5a426478 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 6 May 2012 20:43:17 +0000 Subject: 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. SVN-Revision: 31634 --- package/acx-mac80211/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package/acx-mac80211') 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)" \ -- cgit v1.2.3