From f9de194325c6c3638833a4eddd8380022857d1f5 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Thu, 18 Jul 2024 17:49:53 +0200 Subject: [PATCH 1/2] reduce size of openmesh by removing non-crucial features --- image-customization.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/image-customization.lua b/image-customization.lua index faf9f29..46bdecd 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -30,7 +30,26 @@ tiny_like = device({ 'tp-link-archer-c60-v1', 'tp-link-td-w8970', 'tp-link-td-w8980', + 'openmesh-a40', + 'openmesh-a60', + 'openmesh-mr170-v1', + 'openmesh-mr170-v2', + 'openmesh-om2p-hs-v1', + 'openmesh-om2p-hs-v2', + 'openmesh-om2p-hs-v3', + 'openmesh-om2p-hs-v4', + 'openmesh-om2p-v1', + 'openmesh-om2p-v2', + 'openmesh-om2p-v4', + 'openmesh-om2p-ac-v1', + 'openmesh-om2p-ac-v2', + 'openmesh-om2p-lc', + 'plasmacloud-pa300', + 'plasmacloud-pa300e', + 'tp-link-archer-d50-v1', + 'ubiquiti-unifi-ap', 'ubiquiti-nanostation-m-xw', + 'ubiquiti-rocket-m-xw', }) if not device_class('tiny') and not tiny_like then From dce1cbe1af8c4a770733b4c2e21a551346880234 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Mon, 12 Jan 2026 11:16:04 +0100 Subject: [PATCH 2/2] geo config mode is not required --- image-customization.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-customization.lua b/image-customization.lua index 46bdecd..b61c11a 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -9,7 +9,6 @@ features { 'status-page', 'web-advanced', 'web-wizard', - 'config-mode-geo-location-osm', 'radv-filterd', 'radvd', 'web-private-wifi', @@ -57,6 +56,7 @@ if not device_class('tiny') and not tiny_like then 'tls', 'wireless-encryption-wpa3', 'web-logging', + 'config-mode-geo-location-osm', } packages { 'openssh-sftp-server',