aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-05 16:43:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-05 16:43:47 +0000
commit6d9bb6e3efef38a81c1783ca9a3e1553f4ebb131 (patch)
treeaa814cf1fafec4e4a42b852174262808a946ee94 /package/kernel/mt76/Makefile
parentd967bdf017ea346168d6bd091ab30ec4702f06c6 (diff)
downloadmaster-187ad058-6d9bb6e3efef38a81c1783ca9a3e1553f4ebb131.tar.gz
master-187ad058-6d9bb6e3efef38a81c1783ca9a3e1553f4ebb131.tar.bz2
master-187ad058-6d9bb6e3efef38a81c1783ca9a3e1553f4ebb131.zip
mt76: update to the latest version, adds A-MSDU support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mt76/Makefile')
-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 3ded42e93b..c2a640fc8c 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-02-01
+PKG_VERSION:=2016-02-05
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:=4ea91d1c39ca3fcd76f9bd8d45807a9ff4f94699
+PKG_SOURCE_VERSION:=ba004c0067c8a4b31c88d95ba97c3ec6b4e68bc3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>