mediatek: add Zyxel NWA90AX PRO model identifier
authorJames Davis <[email protected]>
Thu, 13 Nov 2025 15:51:49 +0000 (08:51 -0700)
committerHauke Mehrtens <[email protected]>
Thu, 20 Nov 2025 22:16:54 +0000 (23:16 +0100)
Adds the 81E1 model identifier for the Zyxel NWA90AX Pro to allow factory flashing to these devices.

Device tree output of the latest OEM firmware upgrade
-----------------------------------------------------
/dts-v1/;

/ {
        timestamp = <0x6860779e>;
        description = [00];
        compat-models = [81 e1 ff ff ff ff ff ff ff ff];
        fw_version = "7.10(###.3)";

        images {

Device tree of the OpenWRT factory firmware after change
--------------------------------------------------------
/dts-v1/;

/ {
        timestamp = <0x68f513d9>;
        description = "Zyxel FIT (Flattened Image Tree)";
        compat-models = [80 e1 81 e1 ff ff ff ff ff ff];
        fw_version = "9.99(###.1)";
        address-cells = <0x01>;

        images {

Fixes: e34e874a11f0 ("mediatek: add support for Zyxel NWA90AX PRO")
Signed-off-by: James Davis <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20759
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/mediatek/image/filogic.mk

index 32e79ec5debc4149fd27c42e3d77a08ee735135d..3026b0a23f16fbee2a39f9111304dcdbfb6f5666 100644 (file)
@@ -110,7 +110,7 @@ endef
 
 define Build/zyxel-nwa-fit-filogic
        $(TOPDIR)/scripts/mkits-zyxel-fit-filogic.sh \
-               [email protected] $@ "80 e1 ff ff ff ff ff ff ff ff"
+               [email protected] $@ "80 e1 81 e1 ff ff ff ff ff ff"
        PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f [email protected] [email protected]
        @mv [email protected] $@
 endef