diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 16:41:41 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:29:26 -0600 |
commit | 6a2c3683c85b6388718932ea6597ea40612ab95f (patch) | |
tree | 850be1e43d33d3d63c14fc0266671edcba1eca75 | |
parent | 82fc7c0a28b364cb5032d8113239b1a820b91c0f (diff) |
remove deprecated uLOGD kernel support
-rw-r--r-- | mk/modules.mk | 5 | ||||
-rw-r--r-- | target/linux/config/Config.in.netfilter.ip4 | 16 |
2 files changed, 0 insertions, 21 deletions
diff --git a/mk/modules.mk b/mk/modules.mk index 598c46392..84d5beb10 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -591,11 +591,6 @@ $(eval $(call KMOD_template,IP_NF_TARGET_REJECT,ip-nf-target-reject,\ $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_REJECT \ ,60)) - -$(eval $(call KMOD_template,IP_NF_TARGET_ULOG,ip-nf-target-ulog,\ - $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_ULOG \ -,60)) - $(eval $(call KMOD_template,IP_NF_TARGET_TCPMSS,ip-nf-target-tcpmss,\ $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_TCPMSS \ ,60)) diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index a29c212cd..77617ea12 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -89,22 +89,6 @@ config ADK_KERNEL_IP_NF_TARGET_REJECT error should be issued in response to an incoming packet, rather than silently being dropped. -config ADK_KERNEL_IP_NF_TARGET_ULOG - tristate 'ULOG target support' - depends on ADK_KERNEL_IP_NF_FILTER - help - This option enables the old IPv4-only "ipt_ULOG" implementation - which has been obsoleted by the new "nfnetlink_log" code (see - CONFIG_NETFILTER_NETLINK_LOG). - - This option adds a `ULOG' target, which allows you to create rules in - any iptables table. The packet is passed to a userspace logging - daemon using netlink multicast sockets; unlike the LOG target - which can only be viewed through syslog. - - The appropriate userspace logging daemon (ulogd) may be obtained from - <http://www.gnumonks.org/projects/ulogd/> - config ADK_KERNEL_IP_NF_TARGET_REDIRECT tristate 'REDIRECT target support' depends on ADK_KERNEL_NF_NAT |