aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2016-01-08 19:23:16 +0000
committerImre Kaloz <kaloz@openwrt.org>2016-01-08 19:23:16 +0000
commit47217e915a81341f8d474c8f8c00405d4a374825 (patch)
treef270d222dd9dcdd328166261bd212c969dad447a /package/kernel/mwlwifi
parentf58f671250ce4cb7b27dab250520d6e8c045332b (diff)
downloadmaster-187ad058-47217e915a81341f8d474c8f8c00405d4a374825.tar.gz
master-187ad058-47217e915a81341f8d474c8f8c00405d4a374825.tar.bz2
master-187ad058-47217e915a81341f8d474c8f8c00405d4a374825.zip
mwlwifi: update to 10.3.0.16-20160105 (adds DFS support)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mwlwifi')
-rw-r--r--package/kernel/mwlwifi/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <kaloz@openwrt.org>