feat: mark nwa55axe as "not broken" for building

This commit is contained in:
Martin Kennedy 2024-09-22 15:56:15 -04:00
parent 5adf70bb08
commit f6ec33011d

View File

@ -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