aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-01 12:31:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-01 12:31:04 +0000
commitd732bf0b297a3caeb2a5fef11ffc2f608b0e4159 (patch)
tree946eea3e94dea33ed67fcd436b70abcbe5fbeec2 /package/kernel/mt76
parent7f8c1266cfef0e273414ddeed1001606fee0ca0c (diff)
downloadmaster-187ad058-d732bf0b297a3caeb2a5fef11ffc2f608b0e4159.tar.gz
master-187ad058-d732bf0b297a3caeb2a5fef11ffc2f608b0e4159.tar.bz2
master-187ad058-d732bf0b297a3caeb2a5fef11ffc2f608b0e4159.zip
mt76: update to the latest version, fixes tx status information polling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mt76')
-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 7d35877ad2..3ded42e93b 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-28
+PKG_VERSION:=2016-02-01
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:=82510f818c1ccb7b0ea6b2e656bd69804abc0230
+PKG_SOURCE_VERSION:=4ea91d1c39ca3fcd76f9bd8d45807a9ff4f94699
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>