[openwrt/openwrt] mediatek: add support for Zyxel NWA90AX PRO
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 12 14:04:23 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e34e874a11f0506ff17365819bc101a455dc503e
commit e34e874a11f0506ff17365819bc101a455dc503e
Author: Antonino Orlando <orlando.antonino at gmail.com>
AuthorDate: Sun Jun 29 12:58:18 2025 +0200
mediatek: add support for Zyxel NWA90AX PRO
Same hardware as Zyxel NWA50AX PRO.
DEVICE_ALT0_VENDOR := Zyxel
DEVICE_ALT0_MODEL := NWA90AX Pro
Signed-off-by: Antonino Orlando <orlando.antonino at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19257
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 97092e36e9..c4fce71ae8 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -2175,6 +2175,8 @@ TARGET_DEVICES += zyxel_ex5700-telenor
define Device/zyxel_nwa50ax-pro
DEVICE_VENDOR := Zyxel
DEVICE_MODEL := NWA50AX Pro
+ DEVICE_ALT0_VENDOR := Zyxel
+ DEVICE_ALT0_MODEL := NWA90AX Pro
DEVICE_DTS := mt7981b-zyxel-nwa50ax-pro
DEVICE_DTS_DIR := ../dts
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware zyxel-bootconfig
More information about the lede-commits
mailing list