diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-28 21:06:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-28 21:06:08 +0000 |
commit | efb9477a12c2729e2166a5aef7b1a32cb00cbc10 (patch) | |
tree | 97c817b4977857a4c078cc926863bc77cec83e78 /package/kernel | |
parent | 175a4dfe867c01d9920cd6dd1583b038ac74ce12 (diff) | |
download | master-187ad058-efb9477a12c2729e2166a5aef7b1a32cb00cbc10.tar.gz master-187ad058-efb9477a12c2729e2166a5aef7b1a32cb00cbc10.tar.bz2 master-187ad058-efb9477a12c2729e2166a5aef7b1a32cb00cbc10.zip |
mt76: update to the latest version, adds a number of stability fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48814 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mt76/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 69d2a604ea..6d0000967d 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -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:=f2add7b2f0291675331229ba12f1cac7494c7ec0 +PKG_SOURCE_VERSION:=675868d4e84f0f4be2449c40902b229b79ecf926 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |