summaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-10 11:21:08 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-10 11:21:08 +0000
commit0e152aef966aa73b0eaf3242fbc36bbdd40b5c0a (patch)
treeee0f8e43bc4c02c8b20862038a11e70f2f679b66 /package/mac80211/Makefile
parent82a2093747c029bea910c15480b6b8f568a3e2f3 (diff)
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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index bb355736f..4644afb87 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