diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-11-26 14:09:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-11-26 14:09:10 +0000 |
commit | 9485d3dfa3796258faf9cff446eba5de612a1efe (patch) | |
tree | 4ca40acf2911b518824ca36969bb5b14e5b8299a /package | |
parent | 70a7dccd231a6354c887b9e5b127bc1de1201926 (diff) | |
download | upstream-9485d3dfa3796258faf9cff446eba5de612a1efe.tar.gz upstream-9485d3dfa3796258faf9cff446eba5de612a1efe.tar.bz2 upstream-9485d3dfa3796258faf9cff446eba5de612a1efe.zip |
mwlwifi: update to latest version (backport of [47661])
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mwlwifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index fa7741525f..73e178bcea 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-20150804 +PKG_VERSION:=10.3.0.14-20151126 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:=aaf953e1baf9cd65979103c4fda98c0bd48f4759 +PKG_SOURCE_VERSION:=6a147a2fbe07c2ac45b593d9f8227539fefb84e8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |