From 214320224b1bb0a28a55672e2591a85e30e9f76c Mon Sep 17 00:00:00 2001
From: Nico <github@nicoboehr.de>
Date: Fri, 29 Dec 2023 20:51:08 +0000
Subject: [PATCH] fixes

---
 image-customization.lua | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/image-customization.lua b/image-customization.lua
index 85bef62da..378a98838 100644
--- a/image-customization.lua
+++ b/image-customization.lua
@@ -29,10 +29,6 @@ packages({
 
 -- Packages and features for devices which are not flagged as tiny
 if not device_class('tiny') then
-	packages({
-		'ffda-gluon-usteer'
-	})
-
 	features({
 		'mesh-vpn-sqm',
 		'tls',
-- 
GitLab