From a6d811b5ca1c32dd61b7aee1508a960cbd9271c9 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 3 Sep 2020 22:45:38 +0200 Subject: [PATCH] sys-kernel/coreos-modules: Add deps for NETFILTER_XT_MATCH_PHYSDEV Not sure what and when new deps were added, but adding those config variables made the build move forward. --- .../sys-kernel/coreos-modules/files/commonconfig-5.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 index 6173ca8e40..7080578e04 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 @@ -72,6 +72,7 @@ CONFIG_BRIDGE_EBT_STP=m CONFIG_BRIDGE_EBT_T_FILTER=m CONFIG_BRIDGE_EBT_T_NAT=m CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_NETFILTER=y CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BRIDGE_VLAN_FILTERING=y CONFIG_BROADCOM_PHY=m @@ -457,6 +458,7 @@ CONFIG_NETCONSOLE=m CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETDEVICES=y CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NETFILTER_XT_MATCH_BPF=m