aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-06-19 08:35:57 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-06-19 08:35:57 +0000
commit936077d190feb3a4c080c54324bc947929906df8 (patch)
tree6e401523e37eeaf063f5d39664f9c06b69a4c475 /package/kernel/mwlwifi/Makefile
parent1ef68ff6b02e8de3e91b9a20889b03e29572be50 (diff)
downloadupstream-936077d190feb3a4c080c54324bc947929906df8.tar.gz
upstream-936077d190feb3a4c080c54324bc947929906df8.tar.bz2
upstream-936077d190feb3a4c080c54324bc947929906df8.zip
mwlwifi: upgrade to 10.3.0.3 (backport of r46061)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46062 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 46c099f646..3865587f45 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.1-20150525
+PKG_VERSION:=10.3.0.3-20150619
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:=16abd45e409596803c597bfa32e0559f19109140
+PKG_SOURCE_VERSION:=2b93ae5bf32e49ab1b0eff2b27c943ba6adf9734
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>