From 20dabf626a0604a6bfc44660b0c2dd49e2246ab1 Mon Sep 17 00:00:00 2001 From: Sidney Kuyateh <sidneyjohn23@kuyateh.eu> Date: Wed, 4 Dec 2024 20:50:58 +0100 Subject: [PATCH] Remove features from tplink-archer-c6-v2 and tplink-archer-c60-v1 due to small flash --- image-customization.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/image-customization.lua b/image-customization.lua index eea86f483..db90407c5 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -175,6 +175,19 @@ if device({'zyxel-nwa55axe'}) then broken(false) end +if device({'tp-link-archer-c6-v2-eu-ru-jp', 'tp-link-archer-c60-v1'}) then + features({ + '-mesh-vpn-sqm', + '-tls', + '-web-cellular', + '-wireless-encryption-wpa3' + }) + + packages({ + 'ffda-gluon-usteer' + }) +end + -- OOM, high load without CT Firmware. Tested on AC Mesh Pro. Suspected also AC Mesh affected. if device({'ubiquiti-unifi-ac-mesh', 'ubiquiti-unifi-ac-mesh-pro'}) then packages({ -- GitLab