diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-02 17:40:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-02 17:40:55 +0000 |
commit | 21ef61952b34eee9e00da8fc37c10d6bc43859a7 (patch) | |
tree | fb75e20754adf6ee31c94594dd64c7f5407af35c | |
parent | 806b68fc7744b61cbca7392532662bfe7b3f3f6e (diff) | |
download | upstream-21ef61952b34eee9e00da8fc37c10d6bc43859a7.tar.gz upstream-21ef61952b34eee9e00da8fc37c10d6bc43859a7.tar.bz2 upstream-21ef61952b34eee9e00da8fc37c10d6bc43859a7.zip |
mt76: update to the latest version, adds basic mt7628 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48885
-rw-r--r-- | package/kernel/mt76/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 6d0000967d..752f5de502 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-02 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:=c190f15d6f4a112e795ac50391e8adc50a80fe91 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> @@ -55,6 +55,10 @@ endef define KernelPackage/mt76/install $(INSTALL_DIR) $(1)/lib/firmware cp \ + $(if $(CONFIG_TARGET_ramips_mt7628), \ + $(PKG_BUILD_DIR)/firmware/mt7628_e1.bin \ + $(PKG_BUILD_DIR)/firmware/mt7628_e2.bin \ + ) \ $(PKG_BUILD_DIR)/firmware/mt7603_e1.bin \ $(PKG_BUILD_DIR)/firmware/mt7603_e2.bin \ $(PKG_BUILD_DIR)/firmware/mt7662_rom_patch.bin \ |