aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-07-30 06:41:43 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-07-30 06:41:43 +0000
commitb9a628bac659b065e125523510c2a5f0dfca4560 (patch)
tree0f1db70609ccff2da8d478a31b1814bab6b4cf06 /package/kernel/mwlwifi/Makefile
parent63beb2e75c59f4fa10018e1cb42078521fe7ab30 (diff)
downloadupstream-b9a628bac659b065e125523510c2a5f0dfca4560.tar.gz
upstream-b9a628bac659b065e125523510c2a5f0dfca4560.tar.bz2
upstream-b9a628bac659b065e125523510c2a5f0dfca4560.zip
mwlwifi: upgrade to latest rev with fixed firmware (backport of r46520)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46521 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mwlwifi/Makefile')
-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 3865587f45..b5e0c534c6 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.3.0.3-20150619
+PKG_VERSION:=10.3.0.3-20150729
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:=2b93ae5bf32e49ab1b0eff2b27c943ba6adf9734
+PKG_SOURCE_VERSION:=36e430f931747582afcfbbd07831bcb176f39239
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>