From 3e4096f8abef95cc3ec0959d5e42e1ad85391b30 Mon Sep 17 00:00:00 2001
From: Nico <github@nicoboehr.de>
Date: Sun, 12 Mar 2023 12:22:01 +0000
Subject: [PATCH] remove some packages for tiny devices

Some devices (e.g. TP-Link RE450) only have 6 MB available space. That's
not enough to hold all the stuff e.g. ca-certs. So only build
ca-certificates, airtime stats etc. when we have enough flash.
---
 site.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/site.mk b/site.mk
index 2fe52e047..9e884dc2c 100644
--- a/site.mk
+++ b/site.mk
@@ -23,10 +23,12 @@ GLUON_SITE_PACKAGES := \
 	gluon-ssid-changer \
 	gluon-web-mesh-vpn-fastd \
 	gluon-web-private-wifi \
-	iwinfo \
+	iwinfo
+
+GLUON_SITE_PACKAGES_standard := \
 	respondd-module-airtime \
 	libustream-wolfssl \
-	ca-certificates
+	ca-bundle
 
 ADD_DRIVERS_X86 := \
 	kmod-8139too \
-- 
GitLab