From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../recipes-kernel/linux/linux-mainline/netfilter.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-eca-bsp/recipes-kernel/linux/linux-mainline/netfilter.cfg (limited to 'meta-eca-bsp/recipes-kernel/linux/linux-mainline/netfilter.cfg') diff --git a/meta-eca-bsp/recipes-kernel/linux/linux-mainline/netfilter.cfg b/meta-eca-bsp/recipes-kernel/linux/linux-mainline/netfilter.cfg new file mode 100644 index 0000000..552c937 --- /dev/null +++ b/meta-eca-bsp/recipes-kernel/linux/linux-mainline/netfilter.cfg @@ -0,0 +1,13 @@ +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_PROCFS=y +CONFIG_NF_NAT=m +CONFIG_NF_NAT_NEEDED=y +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_CONNTRACK_PROC_COMPAT=y +CONFIG_NF_NAT_IPV4=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m -- cgit v1.2.3-54-g00ecf