mt76: update to the latest version, adds stability fixes
authorFelix Fietkau <nbd@openwrt.org>
Thu, 3 Mar 2016 22:01:06 +0000 (22:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Mar 2016 22:01:06 +0000 (22:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48895

package/kernel/mt76/Makefile

index 752f5de5027065ae4e225ab44d6c46f7659792e1..1a05a403198f4cf3b1fdc11112a7cbc8826c257b 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mt76
-PKG_VERSION:=2016-03-02
+PKG_VERSION:=2016-03-03
 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:=c190f15d6f4a112e795ac50391e8adc50a80fe91
+PKG_SOURCE_VERSION:=310d420178c86e253a172413da30ecf479b64251
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>