diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
commit | 98d6f0382ba5612bd5a70d92ae9674f150c16d8e (patch) | |
tree | f78a58d4803f1fe16e7da30caae7b1b9a8a8f711 /package | |
parent | 3b4e45c0219deffd244c95116d806f7cf10af2d7 (diff) | |
download | upstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.gz upstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.bz2 upstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.zip |
with no users left, remove support for 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index f8d8d390f0..a9c8687637 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -40,7 +40,7 @@ endef define KernelPackage/mac80211 $(call KernelPackage/mac80211/Default) TITLE:=Linux 802.11 Wireless Networking Stack - DEPENDS+= +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-aes +wireless-tools +iw @!LINUX_2_6_21 @!LINUX_2_6_25 + DEPENDS+= +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-aes +wireless-tools +iw @!LINUX_2_6_25 FILES:= \ $(PKG_BUILD_DIR)/compat/compat.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/compat/compat_firmware_class.$(LINUX_KMOD_SUFFIX) \ |