From: Fathi Boudra Date: Thu, 27 Jun 2013 17:57:39 +0000 (+0300) Subject: distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK, X-Git-Tag: firefly_0821_release~3680^2~164^2~11^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a0cf94cde1daf40a69db826119635ed7c78cb64c;p=firefly-linux-kernel-4.4.55.git distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK, NETFILTER_XT_MARK, NETFILTER_XT_TARGET_CHECKSUM, BRIDGE_EBT_MARK_T) Signed-off-by: Fathi Boudra --- diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf index 5b8bdb7dd725..fbcfed1b6ce8 100644 --- a/linaro/configs/distribution.conf +++ b/linaro/configs/distribution.conf @@ -9,6 +9,9 @@ CONFIG_IPV6=y CONFIG_NETLABEL=y CONFIG_BRIDGE_NETFILTER=y CONFIG_NF_CONNTRACK=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m CONFIG_NF_CONNTRACK_IPV4=m CONFIG_NF_NAT_IPV4=m CONFIG_IP_NF_IPTABLES=m @@ -20,6 +23,7 @@ CONFIG_IP6_NF_IPTABLES=m CONFIG_IP6_NF_FILTER=m CONFIG_IP6_NF_MANGLE=m CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_EBT_MARK_T=m CONFIG_BRIDGE=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y