diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 13:43:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 13:43:32 +0000 |
commit | 5ea6194ab0335f9c7351784b181bd3fd038fed47 (patch) | |
tree | bffe5acc557ca734671f310edd303acf11c7fc5b /package/acx-mac80211 | |
parent | d6ea3e24d49f94051305b5191edd10d213f92bf3 (diff) | |
download | upstream-5ea6194ab0335f9c7351784b181bd3fd038fed47.tar.gz upstream-5ea6194ab0335f9c7351784b181bd3fd038fed47.tar.bz2 upstream-5ea6194ab0335f9c7351784b181bd3fd038fed47.zip |
remove 2.6.25 support
SVN-Revision: 24089
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index fc11cff772..44aede2775 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -60,7 +60,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_25)$(CONFIG_LINUX_2_6_30)$(CONFIG_LINUX_2_6_31)$(CONFIG_LINUX_2_6_32),) +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 |