From 616b2efc172ff9c58cf262f55a1343973975584c Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Mon, 30 Jan 2023 16:05:01 +0100 Subject: [PATCH] devices: add ZyXEL NWA55AXE --- devices.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devices.js b/devices.js index 6ae3355..2ab9872 100644 --- a/devices.js +++ b/devices.js @@ -382,6 +382,7 @@ var devices_recommended = { "NBG6617": "zyxel-nbg6617", "NBG6716": "zyxel-nbg6716", "NWA50AX": "zyxel-nwa50ax", + "NWA55AXE": "zyxel-nwa55axe", }, "ZBT": { @@ -608,5 +609,8 @@ var devices_info = { "Mi Router 4A (100M International Edition)": "https://forum.ffrn.de/t/howto-installation-xiaomi-mi-router-4a-r4ac-100m-international-edition/3536", "Mi Router 4A (Gigabit Edition)": "https://github.com/acecilia/OpenWRTInvasion/blob/master/README.md", "Mi Router 4C": "https://github.com/acecilia/OpenWRTInvasion/blob/master/README.md", - } + "ZyXEL": { + "NWA50AX": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=a0b7fef0ffe4cd9cca39a652a37e4f3ce8f0a681", + "NWA55AXE": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=a0b7fef0ffe4cd9cca39a652a37e4f3ce8f0a681", + }, } -- GitLab