diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-08 13:38:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-08 13:38:22 +0000 |
commit | 95461818674f89aab32bd2e2cfc33eef6ddcbbc8 (patch) | |
tree | c12815740867f632ccc5f6780cca7d39d08bdeb8 | |
parent | 533147beb2c270ac476d6e5d6402f7ce6c3c6a75 (diff) | |
download | upstream-95461818674f89aab32bd2e2cfc33eef6ddcbbc8.tar.gz upstream-95461818674f89aab32bd2e2cfc33eef6ddcbbc8.tar.bz2 upstream-95461818674f89aab32bd2e2cfc33eef6ddcbbc8.zip |
mt76: update to the latest version, fixes fragmented rx issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48674
-rw-r--r-- | package/kernel/mt76/Makefile | 2 |
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> |