diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-30 22:18:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-30 22:18:57 +0000 |
commit | fc16d8ae02579f362aed18016e3a46118352d12c (patch) | |
tree | 0f6f720df7a749e14a32444287f24dddd65740ec /package/mac80211/Makefile | |
parent | da7493d8f92be7f0eb0ec69252119ec93527fe08 (diff) | |
download | upstream-fc16d8ae02579f362aed18016e3a46118352d12c.tar.gz upstream-fc16d8ae02579f362aed18016e3a46118352d12c.tar.bz2 upstream-fc16d8ae02579f362aed18016e3a46118352d12c.zip |
mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
SVN-Revision: 22419
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 8db6eb6add..84e534538f 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 -PKG_VERSION:=2010-07-26 +PKG_VERSION:=2010-07-29 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 -PKG_MD5SUM:=4388547c8cf60a895d9ee64420df2f25 +PKG_MD5SUM:=fcfb757939c4718efbf9c87ca59c6932 PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION) |