From 485eca27ee725e7a243cb127fec531c0ac8b0438 Mon Sep 17 00:00:00 2001
From: Chris Fiege <chris@tinyhost.de>
Date: Sat, 19 Oct 2024 16:17:10 +0200
Subject: [PATCH] image-customization: Dependencies are now part of the
 parker-packages

---
 image-customization.lua | 8 --------
 modules                 | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/image-customization.lua b/image-customization.lua
index 477c936..29711d0 100644
--- a/image-customization.lua
+++ b/image-customization.lua
@@ -26,22 +26,14 @@ packages({
 	'gluon-web-private-wifi',
 	'iwinfo',
 	'gluon-web-network',
-	'wireguard-tools',
-	'kmod-wireguard',
 	'gluon-ffbsnext-nodeconfig',
 	'gluon-ffbsnext-nodeconfig-respondd',
 	'gluon-ffbsnext-debugrsyslog',
 	'gluon-ffbsnext-nextnode',
 	'gluon-ffbsnext-info-pull',
-	'gluon-ffbsnext-wireguard',
-	'usign',
 	'-gluon-ebtables-limit-arp',
-	'gluon-ebtables-filter-ra-dhcp',
 	'gluon-status-page-mesh-batman-adv',
-	'respondd',
 	'respondd-module-airtime',
-	'gluon-radv-filterd',
-	'kmod-nlmon',
 	'ffbs-debugbathosts',
 	'ffbs-collect-debug-info',
 })
diff --git a/modules b/modules
index 3a00443..32cc785 100644
--- a/modules
+++ b/modules
@@ -1,7 +1,7 @@
 GLUON_SITE_FEEDS='packages_ffbs gluon_community'
 
 PACKAGES_PACKAGES_FFBS_REPO=https://gitli.stratum0.org/ffbs/ffbs-packages.git
-PACKAGES_PACKAGES_FFBS_COMMIT=bc75cd871af31c3ffba4b03d5ad4ce603544451a
+PACKAGES_PACKAGES_FFBS_COMMIT=e378f415b42e0ea9744397f5b349fbe0ee9c7394
 PACKAGES_PACKAGES_FFBS_BRANCH=v2023.2.x-ffbs-next
 
 PACKAGES_GLUON_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git
-- 
GitLab