2024-01-23 22:18:18 +01:00
|
|
|
features({
|
|
|
|
'autoupdater',
|
2024-07-11 21:35:20 +02:00
|
|
|
'config-mode-core',
|
|
|
|
'config-mode-domain-select',
|
|
|
|
'config-mode-geo-location',
|
|
|
|
'config-mode-geo-location-osm',
|
2024-01-23 22:18:18 +01:00
|
|
|
'ebtables-filter-multicast',
|
|
|
|
'ebtables-filter-ra-dhcp',
|
|
|
|
'ebtables-limit-arp',
|
|
|
|
'mesh-batman-adv-15',
|
|
|
|
'mesh-vpn-fastd',
|
2024-07-11 21:35:20 +02:00
|
|
|
'radv-filterd',
|
2024-01-23 22:18:18 +01:00
|
|
|
'respondd',
|
2024-07-11 21:35:20 +02:00
|
|
|
'scheduled-domain-switch',
|
|
|
|
'setup-mode',
|
|
|
|
'speedtest',
|
|
|
|
'ssid-changer',
|
2024-01-23 22:18:18 +01:00
|
|
|
'status-page',
|
|
|
|
'web-advanced',
|
2024-07-11 21:35:20 +02:00
|
|
|
'web-mesh-vpn-fastd',
|
|
|
|
'web-private-wifi',
|
2024-01-23 22:18:18 +01:00
|
|
|
'web-wizard',
|
|
|
|
})
|
|
|
|
|
|
|
|
packages({
|
|
|
|
'respondd-module-airtime',
|
|
|
|
'iwinfo',
|
|
|
|
})
|
|
|
|
|
|
|
|
if not device_class('tiny') then
|
|
|
|
features({
|
|
|
|
'wireless-encryption-wpa3',
|
2024-07-11 21:29:15 +02:00
|
|
|
'tls'
|
2024-01-23 22:18:18 +01:00
|
|
|
})
|
|
|
|
end
|
|
|
|
|
|
|
|
if target('ramips','mt7621') then
|
|
|
|
packages({
|
|
|
|
'-respondd-module-airtime',
|
|
|
|
})
|
|
|
|
end
|