From 933ca8e59e5ddba42f5c7108374d0a2c373272d0 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 6845ea48c..e2aa7866c 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