aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-22 09:57:32 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-22 09:57:32 +0000
commita7124c1dbebcbef3aa7e05ffaff2ac45d46ab04f (patch)
treed816f67a418513da09fab19c53ae8de6fdc6adf3 /package
parent4e7ed985dd01c7f0f880cb948445c953935579e4 (diff)
downloadmaster-187ad058-a7124c1dbebcbef3aa7e05ffaff2ac45d46ab04f.tar.gz
master-187ad058-a7124c1dbebcbef3aa7e05ffaff2ac45d46ab04f.tar.bz2
master-187ad058-a7124c1dbebcbef3aa7e05ffaff2ac45d46ab04f.zip
mwlwifi: upgrade to the latest revision
New revision adds transmit frame rate info Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45560 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mwlwifi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index c8cc4a5f74..6398fc306b 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mwlwifi
-PKG_VERSION:=10.2.8.5.p0-20150401
+PKG_VERSION:=10.2.8.5.p0-20150422
PKG_RELEASE=1
PKG_LICENSE:=ISC
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=07df0cf2f71dec9c8b51d4707492540773b9944d
+PKG_SOURCE_VERSION:=85cdc98457c31d27a62f3ded31f508a75a95c810
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>