aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-12-10 11:21:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-12-10 11:21:08 +0000
commitd9475220de9458914775d0abaa4003e4bb8ae7f0 (patch)
treee5927cae3829e32ce67f9e45e187554ba9ccdd70 /package/mac80211/Makefile
parente1c2416ca88e46a06e5914ade98c3ddd1524acc0 (diff)
downloadupstream-d9475220de9458914775d0abaa4003e4bb8ae7f0.tar.gz
upstream-d9475220de9458914775d0abaa4003e4bb8ae7f0.tar.bz2
upstream-d9475220de9458914775d0abaa4003e4bb8ae7f0.zip
upgrade compat wireless to 2008-12-09, remove the experimental rt2800 patch until it's fixed
SVN-Revision: 13579
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile4
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