summaryrefslogtreecommitdiff
path: root/target/linux/config
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
parentab5307635819e3917e87d7c1a7e07dcf610a5c50 (diff)
update to latest linux kernels, remove old ones
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.ipvs1
-rw-r--r--target/linux/config/Config.in.netfilter.core13
-rw-r--r--target/linux/config/Config.in.netfilter.ip47
-rw-r--r--target/linux/config/Config.in.netfilter.ip67
4 files changed, 14 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.ipvs b/target/linux/config/Config.in.ipvs
index 1a5fbd063..b7ed817b6 100644
--- a/target/linux/config/Config.in.ipvs
+++ b/target/linux/config/Config.in.ipvs
@@ -4,6 +4,7 @@ config ADK_KPACKAGE_KMOD_IP_VS
prompt "kmod-ip-vs............................ IPVS support"
tristate
select ADK_KERNEL_NETFILTER
+ select ADK_KPACKAGE_KMOD_NF_CONNTRACK
default n
config ADK_KERNEL_IP_VS_DEBUG
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
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4
index 1a1e91daf..ff3c1515d 100644
--- a/target/linux/config/Config.in.netfilter.ip4
+++ b/target/linux/config/Config.in.netfilter.ip4
@@ -60,13 +60,6 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
error should be issued in response to an incoming packet, rather
than silently being dropped.
-config ADK_KPACKAGE_KMOD_IP_NF_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_IP_NF_TARGET_ULOG
tristate 'ULOG target support (ipv4 only)'
depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
diff --git a/target/linux/config/Config.in.netfilter.ip6 b/target/linux/config/Config.in.netfilter.ip6
index cb9700cbd..2138354eb 100644
--- a/target/linux/config/Config.in.netfilter.ip6
+++ b/target/linux/config/Config.in.netfilter.ip6
@@ -84,13 +84,6 @@ config ADK_KPACKAGE_KMOD_IP6_NF_MATCH_RT
To compile it as a module, choose M here. If unsure, say N.
# The targets
-config ADK_KPACKAGE_KMOD_IP6_NF_TARGET_LOG
- tristate "LOG target support"
- 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.
-
- To compile it as a module, choose M here. If unsure, say N.
config ADK_KPACKAGE_KMOD_IP6_NF_FILTER
tristate "Packet filtering"