Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 73f92df

Browse files
committed
refkit-config.inc: add nf_tables kernel feature.
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
1 parent cb9c3c0 commit 73f92df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meta-refkit-core/conf/distro/include/refkit-config.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ REFKIT_IMAGE_MODE_VALID ??= "development production"
8787
KERNEL_FEATURES_append_refkit-config = " \
8888
${@ bb.utils.contains('DISTRO_FEATURES', 'dm-verity', ' features/device-mapper/dm-verity.scc', '', d) } \
8989
${@ bb.utils.contains('DISTRO_FEATURES', 'tpm1.2', ' features/tpm/tpm.scc', '', d) } \
90+
${@ bb.utils.contains('DISTRO_FEATURES', 'refkit-firewall', ' features/nf_tables/nf_tables.scc', '', d) } \
9091
"
9192

9293
# Use UEFI-based "dsk" image format for machines supporting UEFI.

0 commit comments

Comments
 (0)