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