specify gluon-* packages in "features" section
... as recommended at https://forum.freifunk.net/t/fehler-file-system-partition-too-big/24139/3 .
This commit is contained in:
parent
98d99af039
commit
59159a7f39
|
@ -1,32 +1,32 @@
|
|||
features({
|
||||
'autoupdater',
|
||||
'config-mode-core',
|
||||
'config-mode-domain-select',
|
||||
'config-mode-geo-location',
|
||||
'config-mode-geo-location-osm',
|
||||
'ebtables-filter-multicast',
|
||||
'ebtables-filter-ra-dhcp',
|
||||
'ebtables-limit-arp',
|
||||
'mesh-batman-adv-15',
|
||||
'mesh-vpn-fastd',
|
||||
'radv-filterd',
|
||||
'respondd',
|
||||
'scheduled-domain-switch',
|
||||
'setup-mode',
|
||||
'speedtest',
|
||||
'ssid-changer',
|
||||
'status-page',
|
||||
'web-advanced',
|
||||
'web-mesh-vpn-fastd',
|
||||
'web-private-wifi',
|
||||
'web-wizard',
|
||||
})
|
||||
|
||||
packages({
|
||||
'gluon-ssid-changer',
|
||||
'respondd-module-airtime',
|
||||
'gluon-config-mode-core',
|
||||
'gluon-config-mode-domain-select',
|
||||
'gluon-config-mode-geo-location',
|
||||
'gluon-config-mode-geo-location-osm',
|
||||
'gluon-web-mesh-vpn-fastd',
|
||||
'gluon-web-private-wifi',
|
||||
'gluon-radv-filterd',
|
||||
'gluon-setup-mode',
|
||||
'gluon-speedtest',
|
||||
'iwinfo',
|
||||
'firewall',
|
||||
'urngd',
|
||||
'gluon-scheduled-domain-switch',
|
||||
})
|
||||
|
||||
if not device_class('tiny') then
|
||||
|
|
Loading…
Reference in New Issue