From bc7c1091635a77bfccab05ffa93ee4ac2314204b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 24 Jul 2024 16:40:37 +0200 Subject: [PATCH] Enable Netfilter MARK match kernel configuration (#3492) Make the Netfitler MARK match kernel config a OS required configuration. This config is required by the OpenThread Border Router add-on. Fixes: https://github.com/home-assistant/addons/issues/3698 --- buildroot-external/kernel/v6.6.y/hassos.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/v6.6.y/hassos.config b/buildroot-external/kernel/v6.6.y/hassos.config index c8aef00ca..b0d4f4ac6 100644 --- a/buildroot-external/kernel/v6.6.y/hassos.config +++ b/buildroot-external/kernel/v6.6.y/hassos.config @@ -153,6 +153,7 @@ CONFIG_NFT_BRIDGE_REJECT=m CONFIG_NETFILTER_NETLINK_QUEUE=m CONFIG_NETFILTER_XT_SET=m CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MARK=m CONFIG_IP_SET=m CONFIG_IP_SET_BITMAP_IP=m