aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-15 21:15:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-15 21:15:36 +0000
commita17c14bc5cbe536636c458614c7d8807bc40b09f (patch)
tree6559b2c46274881c042a4eb7e3e12d7e81912e11
parent459d51075efacfd2a6931cb2ea35b0c0386bca33 (diff)
downloadupstream-a17c14bc5cbe536636c458614c7d8807bc40b09f.tar.gz
upstream-a17c14bc5cbe536636c458614c7d8807bc40b09f.tar.bz2
upstream-a17c14bc5cbe536636c458614c7d8807bc40b09f.zip
mt76: update to the latest version to fix a build error (#19871)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r45990 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45991 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 99d12dad8e..bcf69b231d 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-06-13
+PKG_VERSION:=2015-06-15
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:=c772c3bc8967e88e790524eba7b62fce2917fd17
+PKG_SOURCE_VERSION:=ec91841868a554375b3019bcfaa13ae6d20fe91c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>