diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-06-27 20:57:39 +0300 |
---|---|---|
committer | Fathi Boudra <fathi.boudra@linaro.org> | 2013-06-27 20:57:39 +0300 |
commit | a0cf94cde1daf40a69db826119635ed7c78cb64c (patch) | |
tree | ffd75feeaf8e8aa88ccc23ce478bfebf2581ca23 | |
parent | 774b2bb844035f8f3391823496907e2026ae5c00 (diff) | |
download | vexpress-lsk-a0cf94cde1daf40a69db826119635ed7c78cb64c.tar.gz |
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.conf | 4 |
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 |