From e79df8aa0386a4b93f597a088ddb92273212dff6 Mon Sep 17 00:00:00 2001 From: Fil Dunsky Date: Wed, 3 Jun 2026 21:18:20 +0300 Subject: [PATCH] mediatek: add WD-R3000N-G2A as ALT device for Bazis AX3000WM MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Link: https://github.com/openwrt/openwrt/pull/23653 Signed-off-by: Hauke Mehrtens --- target/linux/mediatek/image/filogic.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index eb660ddc142..7d2eefbf7a7 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -813,6 +813,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 -- 2.47.3