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 | ce92080fb387bf39b8b7cccfdedd19083fb6eb7d (patch) | |
tree | f4655f5704bfc682ee72690cb0cf7373265439fa /package/mac80211/Makefile | |
parent | 43aabdf1854ed2f278f92ba283b75e913e7536ba (diff) | |
download | upstream-ce92080fb387bf39b8b7cccfdedd19083fb6eb7d.tar.gz upstream-ce92080fb387bf39b8b7cccfdedd19083fb6eb7d.tar.bz2 upstream-ce92080fb387bf39b8b7cccfdedd19083fb6eb7d.zip |
mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22419 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 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) |