summaryrefslogtreecommitdiffstats
path: root/meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg
diff options
context:
space:
mode:
authortte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>2016-11-10 10:33:37 +0900
committertte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>2016-11-10 10:38:36 +0900
commitc53c52218ae71eb90be1fb950f4dc114a40b938f (patch)
tree10ae9b019fa1f688a29cb9c9c8993fda0381cc4b /meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg
parent2c595497e43fadd83ea155f632ba69a31fe923fa (diff)
Change renesas kernel configure to fragment configuration
Add iptables-rcar.cfg for renesas m2 kernel configuration, Delete configure items from linux-renesas_%.bbapend. Change-Id: I2a1e9883f908f17775ab829b93916c0f5011cf05 Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Diffstat (limited to 'meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg')
-rw-r--r--meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg b/meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg
new file mode 100644
index 00000000..7b59bfdf
--- /dev/null
+++ b/meta-renesas-kernel/recipes-kernel/linux/files/iptables-rcar.cfg
@@ -0,0 +1,18 @@
+CONFIG_NETFILTER=y
+CONFIG_NF_CONNTRACK=y
+CONFIG_NF_CONNTRACK_PROCFS=y
+CONFIG_NF_NAT=y
+CONFIG_NF_NAT_NEEDED=y
+CONFIG_NETFILTER_XTABLES=y
+CONFIG_NETFILTER_XT_TARGET_CT=y
+CONFIG_NETFILTER_XT_TARGET_DSCP=y
+CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
+CONFIG_NF_DEFRAG_IPV4=y
+CONFIG_NF_CONNTRACK_IPV4=y
+CONFIG_NF_CONNTRACK_PROC_COMPAT=y
+CONFIG_IP_NF_IPTABLES=y
+CONFIG_IP_NF_FILTER=y
+CONFIG_NF_NAT_IPV4=y
+CONFIG_IP_NF_TARGET_MASQUERADE=y
+CONFIG_IP_NF_MANGLE=y
+CONFIG_IP_NF_RAW=y