From 53bb60352bef910720f40f9f4462ae0599742435 Mon Sep 17 00:00:00 2001
From: Nico <github@nicoboehr.de>
Date: Fri, 12 May 2023 15:16:31 +0000
Subject: [PATCH] ramips-mt7621: remove BROKEN for ZyXEL NWA55AXE

We have the networked setup mode, so this device should be fine for use.
---
 targets/ramips-mt7621 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 6060c49aa..a764eb550 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -138,9 +138,7 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
 -- ZyXEL
 
 device('zyxel-nwa50ax', 'zyxel_nwa50ax')
-device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
-	broken = true, -- Missing LED / Reset button
-})
+device('zyxel-nwa55axe', 'zyxel_nwa55axe')
 
 
 -- Devices without WLAN
-- 
GitLab