From: William Lyu <[email protected]> This reverts commit dbe1767f364cdbf7dcc75433635678bd39c71e1f.
The reverted commit removes kernel configuration CONFIG_NFT_OBJREF which became builtin starting from kernel v6.2 [1]. However, this kernel configuration is still available in kernel v6.1. So, this kernel configuration option should NOT be removed from "yocto-kernel-cache" on branch "yocto-6.1". References [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d037abc2414b4539401e0e6aa278bedc4628ad69 Signed-off-by: William Lyu <[email protected]> --- features/nf_tables/nf_tables.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/nf_tables/nf_tables.cfg b/features/nf_tables/nf_tables.cfg index 5b0f28df..4debc628 100644 --- a/features/nf_tables/nf_tables.cfg +++ b/features/nf_tables/nf_tables.cfg @@ -11,6 +11,7 @@ CONFIG_NFT_LIMIT=m CONFIG_NFT_CONNLIMIT=m CONFIG_NFT_TUNNEL=m CONFIG_NFT_NAT=m +CONFIG_NFT_OBJREF=m CONFIG_NFT_QUEUE=m CONFIG_NFT_REJECT=m CONFIG_NFT_REJECT_INET=m -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13766): https://lists.yoctoproject.org/g/linux-yocto/message/13766 Mute This Topic: https://lists.yoctoproject.org/mt/105291813/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
