aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:24:58 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:24:58 +0000
commitaab4a182460521f57b9ac68093fac732d64a0231 (patch)
treeba9f7a1b3ed48f780a0daf6e75a989b5d9041704 /package/kernel/mt76
parent22fac2e69aab7715bb9cf35252bc9c66f72ea041 (diff)
downloadmaster-187ad058-aab4a182460521f57b9ac68093fac732d64a0231.tar.gz
master-187ad058-aab4a182460521f57b9ac68093fac732d64a0231.tar.bz2
master-187ad058-aab4a182460521f57b9ac68093fac732d64a0231.zip
ramips: Fixes for LinkIt 7688
Misc fixes for LinkIt 7688 board: - Copy the right wireless firmware for the mt7688 - Add back '0065-mt7688-fixes.patch', left out after the move to Linux 4.4. - Remove SPI_DEV from linux config which otherwise causes a massive warning - Add wmac to LINKIT7688.dts so wireless works Signed-off-by: Adam Kent <adam@semicircular.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mt76')
-rw-r--r--package/kernel/mt76/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 8800b137b1..33f61cbc3f 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -55,7 +55,7 @@ endef
define KernelPackage/mt76/install
$(INSTALL_DIR) $(1)/lib/firmware
cp \
- $(if $(CONFIG_TARGET_ramips_mt7628), \
+ $(if $(CONFIG_TARGET_ramips_mt7628) || $(CONFIG_TARGET_ramips_mt7688), \
$(PKG_BUILD_DIR)/firmware/mt7628_e1.bin \
$(PKG_BUILD_DIR)/firmware/mt7628_e2.bin \
) \