35 lines
729 B
Lua
35 lines
729 B
Lua
packages {
|
|
'gluon-authorized-keys',
|
|
'iperf3',
|
|
'iwinfo',
|
|
}
|
|
|
|
features {
|
|
'autoupdater',
|
|
'ebtables-filter-multicast',
|
|
'ebtables-filter-ra-dhcp',
|
|
'ebtables-limit-arp',
|
|
'mesh-batman-adv-15',
|
|
'mesh-vpn-fastd',
|
|
'respondd',
|
|
'status-page',
|
|
'web-advanced',
|
|
'web-wizard'
|
|
}
|
|
|
|
if not device_class('tiny') then
|
|
features {
|
|
'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
|