diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 11:21:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 11:21:08 +0000 |
commit | c05dbaa960bbc79e28f18cb43ad15349dd646149 (patch) | |
tree | ee0f8e43bc4c02c8b20862038a11e70f2f679b66 /package/mac80211/Makefile | |
parent | ce0f9cb12abe7012e6b140634f36c76a511c415c (diff) | |
download | master-187ad058-c05dbaa960bbc79e28f18cb43ad15349dd646149.tar.gz master-187ad058-c05dbaa960bbc79e28f18cb43ad15349dd646149.tar.bz2 master-187ad058-c05dbaa960bbc79e28f18cb43ad15349dd646149.zip |
upgrade compat wireless to 2008-12-09, remove the experimental rt2800 patch until it's fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13579 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index bb355736f3..4644afb87e 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -12,8 +12,8 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_RELEASE:=1 -ifneq ($(CONFIG_LINUX_2_6_27),) - PKG_VERSION:=2008-11-29 +ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) + PKG_VERSION:=2008-12-09 PKG_SOURCE_URL:=http://wireless.kernel.org/download/compat-wireless-2.6/ else PKG_VERSION:=2008-08-06 |