diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-03 22:01:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-03 22:01:06 +0000 |
commit | a4c2092d17ac3472aee3ebc4fd71a0f165a8415e (patch) | |
tree | cdb12c98b4eda9c92dd85fda10d58a3db010369e /package/kernel | |
parent | 4ac3411f09cc2a1a3ef32dfb656ba3b044f3f2e7 (diff) | |
download | upstream-a4c2092d17ac3472aee3ebc4fd71a0f165a8415e.tar.gz upstream-a4c2092d17ac3472aee3ebc4fd71a0f165a8415e.tar.bz2 upstream-a4c2092d17ac3472aee3ebc4fd71a0f165a8415e.zip |
mt76: update to the latest version, adds stability fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48895
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mt76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 752f5de502..1a05a40319 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mt76 -PKG_VERSION:=2016-03-02 +PKG_VERSION:=2016-03-03 PKG_RELEASE=1 PKG_LICENSE:=GPLv2 @@ -10,7 +10,7 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/openwrt/mt76 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c190f15d6f4a112e795ac50391e8adc50a80fe91 +PKG_SOURCE_VERSION:=310d420178c86e253a172413da30ecf479b64251 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |