aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-03 22:29:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-03-03 22:29:11 +0000
commit88b4fb7e2a638cf9d844611f91170ae07da621ea (patch)
tree6f155e5b2a45d8baf8c5caeab2a295daa2eeba26 /package
parent5ce6da3d7a65968c6c82b75c31009b0f7bcf528e (diff)
downloadupstream-88b4fb7e2a638cf9d844611f91170ae07da621ea.tar.gz
upstream-88b4fb7e2a638cf9d844611f91170ae07da621ea.tar.bz2
upstream-88b4fb7e2a638cf9d844611f91170ae07da621ea.zip
mt76: update to the latest version, adds stability fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r48895 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 0f2a501cf3..e49dd486d2 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-28
+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:=675868d4e84f0f4be2449c40902b229b79ecf926
+PKG_SOURCE_VERSION:=310d420178c86e253a172413da30ecf479b64251
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>