diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-14 01:00:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-14 01:00:42 +0000 |
commit | 155f7ba037ef9a6179550546758f2c1030f3f500 (patch) | |
tree | 40d765683b8284fae8e7e6bbfee882fa780bdb0a /package/kernel/mt76 | |
parent | 09ad818ffcadd504b932b9403503af5a960423f8 (diff) | |
download | upstream-155f7ba037ef9a6179550546758f2c1030f3f500.tar.gz upstream-155f7ba037ef9a6179550546758f2c1030f3f500.tar.bz2 upstream-155f7ba037ef9a6179550546758f2c1030f3f500.zip |
mt76: update to the latest version, adds mac address fixes and some performance tuning
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48232
Diffstat (limited to 'package/kernel/mt76')
-rw-r--r-- | package/kernel/mt76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index a1225d17c4..81740a5021 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-01 +PKG_VERSION:=2016-01-14 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:=d8d9600e12f49b89d2b1b8342dc9e224cc12be85 +PKG_SOURCE_VERSION:=05511ea5881a4fcc80d6123ce27e83f76e0412ca PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |