aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-12-01 08:10:24 +0100
committerMathias Kresin <dev@kresin.me>2017-12-21 01:05:16 +0100
commit7d3ec5f8332859be4c5da6275df1cbdfad6e73b5 (patch)
treec03f3ca7b16a0cc418172c08f9c9990491a40e96 /target/linux/ramips/image
parent224d4a96dd403b9e23d30c185031c17aa00cbf5a (diff)
downloadupstream-7d3ec5f8332859be4c5da6275df1cbdfad6e73b5.tar.gz
upstream-7d3ec5f8332859be4c5da6275df1cbdfad6e73b5.tar.bz2
upstream-7d3ec5f8332859be4c5da6275df1cbdfad6e73b5.zip
ramips: fallback to generic board detect
Fallback to the generic board detection if no case for the current board exists. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 82d0eeae62..b55f696a86 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -332,7 +332,7 @@ TARGET_DEVICES += zbt-we1326
define Device/zbt-we3526
DTS := ZBT-WE3526
IMAGE_SIZE := $(ralink_default_fw_size_16M)
- SUPPORTED_DEVICES += zbt-we3526
+ SUPPORTED_DEVICES := zbtlink,zbt-we3526
DEVICE_TITLE := ZBT WE3526
DEVICE_PACKAGES := \
kmod-sdhci-mt7620 kmod-mt7603 kmod-mt76x2 \