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>2013-10-07 23:46:27 +0400
commit9591b3c6cc1e24d3ae1b7430393df8bc34f4c246 (patch)
treeeef366d93400d5947c3607bb502b56bdc53d8f1f
parentb4532f4fa8593c87a64ca82625bc2f7948a646d6 (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