aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-04 20:09:27 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-04 20:09:27 +0200
commit2a17ff6faa11634dcd3c54f7621dcfb7b0efdcfa (patch)
tree1ff54d622528e5438b183c5680afde4fcd36428c /package/kernel
parent6f26f48608b08d20786bf4ec6784e0de25f7f535 (diff)
downloadmaster-187ad058-2a17ff6faa11634dcd3c54f7621dcfb7b0efdcfa.tar.gz
master-187ad058-2a17ff6faa11634dcd3c54f7621dcfb7b0efdcfa.tar.bz2
master-187ad058-2a17ff6faa11634dcd3c54f7621dcfb7b0efdcfa.zip
mt76: update to the latest version, fixes a SMPS handling issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel')
-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 a3d1130291..801188fa6e 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-06-15
+PKG_VERSION:=2016-06-17
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:=3c8a4bc30e363da2250bcd47c54cc36e41736bb9
+PKG_SOURCE_VERSION:=f06ed811cda67ab2ed9932c3e87ba03229e75f4e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>