diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:58 +0000 |
commit | aab4a182460521f57b9ac68093fac732d64a0231 (patch) | |
tree | ba9f7a1b3ed48f780a0daf6e75a989b5d9041704 /package | |
parent | 22fac2e69aab7715bb9cf35252bc9c66f72ea041 (diff) | |
download | master-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')
-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 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 \ ) \ |