From 458c1f8795e95cfbf9cc047290a5c05838c8bbbc Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 7 Oct 2024 14:10:38 +0200 Subject: [PATCH] configs: include nftables container image in default builds Signed-off-by: Joachim Wiberg --- configs/aarch64_defconfig | 1 + configs/x86_64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index a3efa0ce..dba6c30c 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -132,6 +132,7 @@ INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" INFIX_SUPPORT="mailto:kernelkit@googlegroups.com" BR2_PACKAGE_CONFD=y BR2_PACKAGE_CURIOS_HTTPD=y +BR2_PACKAGE_CURIOS_NFTABLES=y BR2_PACKAGE_EXECD=y BR2_PACKAGE_GENCERT=y BR2_PACKAGE_STATD=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 1cf50021..0fee0b32 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -135,6 +135,7 @@ INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" INFIX_SUPPORT="mailto:kernelkit@googlegroups.com" BR2_PACKAGE_CONFD=y BR2_PACKAGE_CURIOS_HTTPD=y +BR2_PACKAGE_CURIOS_NFTABLES=y BR2_PACKAGE_EXECD=y BR2_PACKAGE_GENCERT=y BR2_PACKAGE_STATD=y