summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-06-27 20:57:39 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-23 21:31:45 +0400
commitbd2c7fe85e8198c6fd254eeef2a5c44ed54b19a3 (patch)
treef31eaf4b2b4124e810641f2783e508a9b391e9a2
parent33636f5a49c099d4cbc0de121ef66a648f8903b4 (diff)
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 <fathi.boudra@linaro.org>
-rw-r--r--linaro/configs/distribution.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index 5b8bdb7dd72..fbcfed1b6ce 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