diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-10 21:17:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-10 21:17:14 +0000 |
commit | b979353af0cc30aca403c098582da127c49b1989 (patch) | |
tree | b0a9cfaa201aac30a8bc5845522fff45a2f5e11e /package | |
parent | 9144cc5c2d1776ef9c5ce720ba41edd074bf2fa3 (diff) | |
download | upstream-b979353af0cc30aca403c098582da127c49b1989.tar.gz upstream-b979353af0cc30aca403c098582da127c49b1989.tar.bz2 upstream-b979353af0cc30aca403c098582da127c49b1989.zip |
mt76: update to the latest version, adds a few minor build fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43610
Diffstat (limited to 'package')
-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 fd21116f46..fb2c995b63 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mt76 -PKG_VERSION:=2014-11-27 +PKG_VERSION:=2014-12-10 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:=00c6c3d0127a76b11bd18a7f98c67fc50b9bb922 +PKG_SOURCE_VERSION:=83d0a1a12a9055569cde5786d1304c83d2d9bc0a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |