aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2017-09-05 08:08:36 +0200
committerJohn Crispin <john@phrozen.org>2017-09-05 08:08:36 +0200
commit5117911d91c0d047971f592086dc6b9be65b5103 (patch)
treeca635212f676515809e61eea2f6db7173b5f4ad8 /package
parent69323a0c070523fb7193486c4f89546668a72de8 (diff)
downloadupstream-5117911d91c0d047971f592086dc6b9be65b5103.tar.gz
upstream-5117911d91c0d047971f592086dc6b9be65b5103.tar.bz2
upstream-5117911d91c0d047971f592086dc6b9be65b5103.zip
ramips: fix mt76x8 dependencies
The commit merging mt7628 and mt7688 failed to update some dependencies. Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package')
-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 8fa3267180..2a10f1a7a7 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -96,7 +96,7 @@ endef
define KernelPackage/mt7603/install
$(INSTALL_DIR) $(1)/lib/firmware
- cp $(if $(CONFIG_TARGET_ramips_mt7628)$(CONFIG_TARGET_ramips_mt7688), \
+ cp $(if $(CONFIG_TARGET_ramips_mt76x8), \
$(PKG_BUILD_DIR)/firmware/mt7628_e1.bin \
$(PKG_BUILD_DIR)/firmware/mt7628_e2.bin \
,\