diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-10 01:45:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-10 01:45:35 +0000 |
commit | 4802f81b70667e73a822710cd8a2482168ef6096 (patch) | |
tree | 55a0da7136b9919ad4675101c3a3bf477e48a04d /package/mac80211/Makefile | |
parent | 2351e523b9c9f866b45245d42be671cf50c77699 (diff) | |
download | upstream-4802f81b70667e73a822710cd8a2482168ef6096.tar.gz upstream-4802f81b70667e73a822710cd8a2482168ef6096.tar.bz2 upstream-4802f81b70667e73a822710cd8a2482168ef6096.zip |
update to latest compat-wireless version and add some new minstrel/b43 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12939 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 cd1feed8c2..3d5960363a 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,8 +13,8 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27),) - PKG_VERSION:=2008-09-28 - PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/09 + PKG_VERSION:=2008-10-08 + PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/10 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |