From 31e37be5ac03621b6f0f57bf8ea5bc155defe762 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 c5708838c..a8a4cb5d7 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -145,9 +145,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')
 
 device('zyxel-wsm20', 'zyxel_wsm20', {
 	factory = false,
-- 
GitLab