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 | 6e85059256a5b98637033ad7e803011c512771cf (patch) | |
tree | 340f8e3fbd72bafb6e16623dea02663c403ca100 /package/mac80211/Makefile | |
parent | beb83c1e59a87c8283791aa573f94906374de379 (diff) | |
download | mtk-20170518-6e85059256a5b98637033ad7e803011c512771cf.zip mtk-20170518-6e85059256a5b98637033ad7e803011c512771cf.tar.gz mtk-20170518-6e85059256a5b98637033ad7e803011c512771cf.tar.bz2 |
update to latest compat-wireless version and add some new minstrel/b43 fixes
SVN-Revision: 12939
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 cd1feed..3d59603 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 |