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({
|
features({
|
||||||
'autoupdater',
|
'autoupdater',
|
||||||
|
'config-mode-core',
|
||||||
|
'config-mode-domain-select',
|
||||||
|
'config-mode-geo-location',
|
||||||
|
'config-mode-geo-location-osm',
|
||||||
'ebtables-filter-multicast',
|
'ebtables-filter-multicast',
|
||||||
'ebtables-filter-ra-dhcp',
|
'ebtables-filter-ra-dhcp',
|
||||||
'ebtables-limit-arp',
|
'ebtables-limit-arp',
|
||||||
'mesh-batman-adv-15',
|
'mesh-batman-adv-15',
|
||||||
'mesh-vpn-fastd',
|
'mesh-vpn-fastd',
|
||||||
|
'radv-filterd',
|
||||||
'respondd',
|
'respondd',
|
||||||
|
'scheduled-domain-switch',
|
||||||
|
'setup-mode',
|
||||||
|
'speedtest',
|
||||||
|
'ssid-changer',
|
||||||
'status-page',
|
'status-page',
|
||||||
'web-advanced',
|
'web-advanced',
|
||||||
|
'web-mesh-vpn-fastd',
|
||||||
|
'web-private-wifi',
|
||||||
'web-wizard',
|
'web-wizard',
|
||||||
})
|
})
|
||||||
|
|
||||||
packages({
|
packages({
|
||||||
'gluon-ssid-changer',
|
|
||||||
'respondd-module-airtime',
|
'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',
|
'iwinfo',
|
||||||
'firewall',
|
'firewall',
|
||||||
'urngd',
|
'urngd',
|
||||||
'gluon-scheduled-domain-switch',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if not device_class('tiny') then
|
if not device_class('tiny') then
|
||||||
|
|
Loading…
Reference in New Issue