From 89696f512ecfbb199f9dacb7001e2605087d8627 Mon Sep 17 00:00:00 2001 From: Oliver Gerlich Date: Thu, 11 Jul 2024 21:49:45 +0200 Subject: [PATCH] remove explicit "firewall" and "urngd" packages ... as recommended at https://forum.freifunk.net/t/fehler-file-system-partition-too-big/24139/3 . I am not aware that we explicitly want these packages; so they should only be pulled in as dependencies from other packages, if necessary. --- image-customization.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/image-customization.lua b/image-customization.lua index 96f2003..a73031e 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -25,8 +25,6 @@ features({ packages({ 'respondd-module-airtime', 'iwinfo', - 'firewall', - 'urngd', }) if not device_class('tiny') then