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-02-07 01:21:16 +0400
commit8900e592018e50f77f3cbf5ca465f85000a500d5 (patch)
treed1f875b6dc7eb6824b469035a031f8c33aa4fbb3
parentf880718746a3a4abeae4086664a5cd307d78c0ae (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