[Buildroot] [git commit branch/2025.02.x] Revert "package/firewalld: add missing nftables json runtime dependency"

Thomas Perale thomas.perale at mind.be
Thu Sep 11 19:16:10 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=a4ac42f4e7a741312012498d936beb73240efd04
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x

This reverts commit 1a729cbf5c2c392c83636d50bb6a244aafd3eea2.

The BR2_PACKAGE_NFTABLES_JSON variable is not present on the 2025.02.x
branch and was added in commit [1]. The behaviour of commit [1] can be
immitated by just selecting BR2_PACKAGE_JANSSON in firewalld. Which is
already the case.

[1] 2795fecc50 package/nftables: add an option to force JSON support

Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 package/firewalld/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/firewalld/Config.in b/package/firewalld/Config.in
index 407f57c604..cc8411b34d 100644
--- a/package/firewalld/Config.in
+++ b/package/firewalld/Config.in
@@ -14,7 +14,6 @@ config BR2_PACKAGE_FIREWALLD
 	select BR2_PACKAGE_GOBJECT_INTROSPECTION
 	select BR2_PACKAGE_JANSSON # Uses the nftables json interface
 	select BR2_PACKAGE_NFTABLES
-	select BR2_PACKAGE_NFTABLES_JSON # runtime
 	select BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_GOBJECT
 	help


More information about the buildroot mailing list