From f6ec33011da2b86f73bd4feeb8aec63909417884 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Sun, 22 Sep 2024 15:56:15 -0400 Subject: [PATCH] feat: mark nwa55axe as "not broken" for building --- image-customization.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/image-customization.lua b/image-customization.lua index d99d4b1..4c069d5 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -21,3 +21,13 @@ if not device_class('tiny') then 'wireless-encryption-wpa3' } end + +if device({ + 'zyxel-nwa55axe', +}) then + broken(false) + -- device has no reset button and requires a special package to go into setup mode + -- https://github.com/freifunk-gluon/community-packages/tree/master/ffda-network-setup-mode + -- ... this just won't work if you don't have Gluon configured correctly. + -- packages {'ffda-network-setup-mode'} +end