aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-08 13:38:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-08 13:38:22 +0000
commit7809872016979024d630af8f5205807cd03c1cb6 (patch)
tree02f68e428c645570a4366d46cb90c3f44a531857 /package
parentefd7bae5c0f9245a9956ee192689fd1d7b0aff38 (diff)
downloadmaster-187ad058-7809872016979024d630af8f5205807cd03c1cb6.tar.gz
master-187ad058-7809872016979024d630af8f5205807cd03c1cb6.tar.bz2
master-187ad058-7809872016979024d630af8f5205807cd03c1cb6.zip
mt76: update to the latest version, fixes fragmented rx issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48674 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mt76/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 0c349f1f68..c098832233 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -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:=4cddea71932e1a30253cbe5e48ac58fb3d40c174
+PKG_SOURCE_VERSION:=84a312645c7b805255e6d7b6191e9f62142985d9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>