mt76: update to the latest version, fixes tx status information polling
authorFelix Fietkau <nbd@openwrt.org>
Mon, 1 Feb 2016 12:31:04 +0000 (12:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 1 Feb 2016 12:31:04 +0000 (12:31 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48597

package/kernel/mt76/Makefile

index 7d35877ad27286684c7996a13aa3bf10155524ad..3ded42e93b588ff7d66a690a3ccfab5a3e4de145 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mt76
-PKG_VERSION:=2016-01-28
+PKG_VERSION:=2016-02-01
 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:=82510f818c1ccb7b0ea6b2e656bd69804abc0230
+PKG_SOURCE_VERSION:=4ea91d1c39ca3fcd76f9bd8d45807a9ff4f94699
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>