feat: mark nwa55axe as "not broken" for building
This commit is contained in:
parent
5adf70bb08
commit
f6ec33011d
@ -21,3 +21,13 @@ if not device_class('tiny') then
|
|||||||
'wireless-encryption-wpa3'
|
'wireless-encryption-wpa3'
|
||||||
}
|
}
|
||||||
end
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user