diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-03 22:01:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-03 22:01:06 +0000 |
commit | 828129e4e512fd4cc126b270671ba886e921d472 (patch) | |
tree | 2d65ebb6c63f36297a6aff53fd1411a255863b60 | |
parent | 4ca2717a8a19fb711fdd39804ad84d1c4549e786 (diff) | |
download | master-187ad058-828129e4e512fd4cc126b270671ba886e921d472.tar.gz master-187ad058-828129e4e512fd4cc126b270671ba886e921d472.tar.bz2 master-187ad058-828129e4e512fd4cc126b270671ba886e921d472.zip |
mt76: update to the latest version, adds stability fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48895 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/mt76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 752f5de502..1a05a40319 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-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> |