aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2023-02-19 09:06:32 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-19 18:37:55 +0100
commit68004f194217b7aaeef5d3163d2fb68f359ba6ad (patch)
tree56926e451d1bcb85f4d77eb69fdf061185ca1be5
parentc77913be5be5f11a0f20dba1b45b96470099e8a8 (diff)
downloadupstream-68004f194217b7aaeef5d3163d2fb68f359ba6ad.tar.gz
upstream-68004f194217b7aaeef5d3163d2fb68f359ba6ad.tar.bz2
upstream-68004f194217b7aaeef5d3163d2fb68f359ba6ad.zip
ramips: add alternative device name for Wiflyer WF3526-P
Wiflyer WF3526-P and Zbtlink ZBT-WE1326 have the same circuit design. Installing the misunderstading firmware of ZBT-WE3526 will cause Wi-Fi not work due to allocate the wrong pcie port. Add alternative name to help users easily build or download the correct firmware. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index d295f2f8c7..28f6fef681 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2611,6 +2611,8 @@ define Device/zbtlink_zbt-we1326
IMAGE_SIZE := 16064k
DEVICE_VENDOR := Zbtlink
DEVICE_MODEL := ZBT-WE1326
+ DEVICE_ALT0_VENDOR := Wiflyer
+ DEVICE_ALT0_MODEL := WF3526-P
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-sdhci-mt7620
SUPPORTED_DEVICES += zbt-we1326
endef