From: Imre Kaloz Date: Fri, 8 Jan 2016 19:24:58 +0000 (+0000) Subject: mwlwifi: update to 10.3.0.16-20160105 (adds DFS support) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d12bb440a78bee546d3203282816fe5bf84d1793;p=openwrt%2Fsvn-archive%2Fopenwrt.git mwlwifi: update to 10.3.0.16-20160105 (adds DFS support) backport of [48152] Signed-off-by: Imre Kaloz SVN-Revision: 48153 --- diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index b17e4087c5..091928df71 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 OpenWrt.org +# Copyright (C) 2014-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwlwifi -PKG_VERSION:=10.3.0.15-20151216 +PKG_VERSION:=10.3.0.16-20160105 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:=274ec5979b2080dbfe523d1618e69cebc845c572 +PKG_SOURCE_VERSION:=99d3879cc72f2a25d44fb4bee96fd84eca028b04 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Imre Kaloz