From 59159a7f39e044c17ac89d877f76ff68f450b266 Mon Sep 17 00:00:00 2001 From: Oliver Gerlich Date: Thu, 11 Jul 2024 21:35:20 +0200 Subject: [PATCH] specify gluon-* packages in "features" section ... as recommended at https://forum.freifunk.net/t/fehler-file-system-partition-too-big/24139/3 . --- image-customization.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/image-customization.lua b/image-customization.lua index 375186d..96f2003 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -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