aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-20 12:49:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-20 12:49:03 +0000
commitd2bb86beb5ce9ab69e834abe11a5383e5c3d11cf (patch)
tree754e1f2baac1faa4bc61c3c2f695bbb19c47bd26
parentf58cada9e79ecbf138277e782ec030e5e1246763 (diff)
downloadmaster-187ad058-d2bb86beb5ce9ab69e834abe11a5383e5c3d11cf.tar.gz
master-187ad058-d2bb86beb5ce9ab69e834abe11a5383e5c3d11cf.tar.bz2
master-187ad058-d2bb86beb5ce9ab69e834abe11a5383e5c3d11cf.zip
mwlwifi: upgrade to 10.3.0.15-20151216
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47954 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 43e17a1175..b17e4087c5 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.14-20151130
+PKG_VERSION:=10.3.0.15-20151216
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:=352efe4bdc34204cc528ac9a979bb0032a6996e0
+PKG_SOURCE_VERSION:=274ec5979b2080dbfe523d1618e69cebc845c572
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>