diff options
| author | Fil Dunsky | 2026-06-03 18:18:20 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-06-27 11:23:28 +0000 |
| commit | 24151bab4fc26a5dfb676e144598598ac62d9da6 (patch) | |
| tree | efe15cf786c8e42e7a33c43b0918cd46bd140fbd | |
| parent | daaf5bc69b4dd1e919a8b9d271bb95354aa571b1 (diff) | |
| download | openwrt-24151bab4fc26a5dfb676e144598598ac62d9da6.tar.gz | |
mediatek: add WD-R3000N-G2A as ALT device for Bazis AX3000WM
The Bazis AX3000WM is an OEM variant of the Shenzhen Jia Yan Technology
WD-R3000N-G2A (per EAEU certificate N RU Д-CN.РА04.В.23104/26). Hardware
is identical. Added for the owners of this device so they can find it
in firmware-selector.
Signed-off-by: Fil Dunsky <filipp.dunsky@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23653
(cherry picked from commit e79df8aa0386a4b93f597a088ddb92273212dff6)
Link: https://github.com/openwrt/openwrt/pull/23941
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 3b0d0097a8..5ae0305f33 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -785,6 +785,8 @@ TARGET_DEVICES += bananapi_bpi-r4-lite define Device/bazis_ax3000wm DEVICE_VENDOR := Bazis DEVICE_MODEL := AX3000WM + DEVICE_ALT0_VENDOR := Shenzhen Jia Yan Technology + DEVICE_ALT0_MODEL := WD-R3000N-G2A DEVICE_DTS := mt7981b-bazis-ax3000wm DEVICE_DTS_DIR := ../dts UBINIZE_OPTS := -E 5 |