summaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-13 08:47:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-13 08:47:28 +0000
commit813635b2c8eaeaa3956d864d714c07268c33f708 (patch)
tree9a7b4504b0c4f896459eeb5fcf47f586e9a3a575 /package/kernel/mt76
parent38e0845bd7c4b3eb842ba23b8f72a273ab23e5c2 (diff)
downloadmaster-31e0f0ae-813635b2c8eaeaa3956d864d714c07268c33f708.tar.gz
master-31e0f0ae-813635b2c8eaeaa3956d864d714c07268c33f708.tar.bz2
master-31e0f0ae-813635b2c8eaeaa3956d864d714c07268c33f708.zip
mt76: update to the latest version, adds many fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45952
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 561f6069b2..99d12dad8e 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mt76
-PKG_VERSION:=2015-03-11
+PKG_VERSION:=2015-06-13
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:=d637dc05ab56d103908d50353d9020f119611163
+PKG_SOURCE_VERSION:=c772c3bc8967e88e790524eba7b62fce2917fd17
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>