summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-06-05 09:58:23 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:10 +0400
commit50ddc04082da3b22237dcd1e84bc834109b2534f (patch)
tree923e9be20a36b591a5e1e75e83d6e4fee5debed4
parent46c88c16af85326969dbe17d1bd83ac225fc3ee0 (diff)
distribution: add CONFIG_IP_NF_MANGLE and CONFIG_IP6_NF_MANGLE
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--linaro/configs/distribution.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index cb77d3995eb..848d5ff967e 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -12,10 +12,12 @@ CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_FILTER=m
+CONFIG_IP_NF_MANGLE=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_FILTER=m
+CONFIG_IP6_NF_MANGLE=m
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_BLK_DEV_RAM=y