summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter.core
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-24 14:22:08 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-24 14:22:08 +0200
commit4730871e5df6c0913f746cbadf02d1ec5a599846 (patch)
tree08743a1f29abe8ea4ee1eb911f62d2dfdb9d43d8 /target/linux/config/Config.in.netfilter.core
parentab5307635819e3917e87d7c1a7e07dcf610a5c50 (diff)
update to latest linux kernels, remove old ones
Diffstat (limited to 'target/linux/config/Config.in.netfilter.core')
-rw-r--r--target/linux/config/Config.in.netfilter.core13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netfilter.core b/target/linux/config/Config.in.netfilter.core
index 964b71c37..21e4c0da6 100644
--- a/target/linux/config/Config.in.netfilter.core
+++ b/target/linux/config/Config.in.netfilter.core
@@ -1,3 +1,9 @@
+config ADK_KPACKAGE_KMOD_NETFILTER_NETLINK_LOG
+ tristate 'Netfilter LOG over NFNETLINK interface'
+ help
+ If this option is enabled, the kernel will include support
+ for logging packets via NFNETLINK.
+
config ADK_KPACKAGE_KMOD_NF_CONNTRACK
tristate 'Netfilter connection tracking support'
select ADK_KERNEL_NETFILTER_XTABLES
@@ -55,6 +61,13 @@ config ADK_KPACKAGE_KMOD_NETFILTER_XT_TARGET_NFQUEUE
As opposed to QUEUE, it supports 65535 different queues,
not just one.
+config ADK_KPACKAGE_KMOD_NETFILTER_XT_TARGET_LOG
+ tristate 'LOG target support'
+ depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
+ help
+ This option adds a `LOG' target, which allows you to create rules in
+ any iptables table which records the packet header to the syslog.
+
config ADK_KPACKAGE_KMOD_NETFILTER_XT_TARGET_TCPMSS
tristate 'TCPMSS target'
select ADK_KERNEL_NETFILTER_XTABLES