aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-27 23:58:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-27 23:58:19 +0000
commit11ce526846f557a613e4c7d4d0642589144f1822 (patch)
treef9469849e042296208f4eb3023443af97e4603b6
parentdc3fc08e3fea2e77db78f4ab7d48005433b0f55c (diff)
downloadmaster-187ad058-11ce526846f557a613e4c7d4d0642589144f1822.tar.gz
master-187ad058-11ce526846f557a613e4c7d4d0642589144f1822.tar.bz2
master-187ad058-11ce526846f557a613e4c7d4d0642589144f1822.zip
mt76: update to the latest version, adds some tx path and protection mode register fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48514 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/mt76/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index c335149bee..7d35877ad2 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-01-15
+PKG_VERSION:=2016-01-28
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:=7630ee71e3166bb07482b86f0d63ce5cd6673173
+PKG_SOURCE_VERSION:=82510f818c1ccb7b0ea6b2e656bd69804abc0230
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>