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