[source] netfilter: remove nf_tproxy_core references
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 11 00:46:23 PDT 2016
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/e6b28802761b8e60b18baa6da7a10c94f8209c3e
commit e6b28802761b8e60b18baa6da7a10c94f8209c3e
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Oct 11 08:55:41 2016 +0200
netfilter: remove nf_tproxy_core references
nf_tproxy_core was removed during 3.12 development with kernel commit
fd158d79d33d3c8b693e3e2d8c0e3068d529c2dc. The code was moved
to xt_TPROXY.c.
Fixes FS#212
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
package/kernel/linux/modules/netfilter.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index f72d0c9..c21f58d 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -457,12 +457,11 @@ define KernelPackage/ipt-tproxy
TITLE:=Transparent proxying support
DEPENDS+=+kmod-ipt-conntrack +IPV6:kmod-ip6tables
KCONFIG:= \
- CONFIG_NETFILTER_TPROXY \
CONFIG_NETFILTER_XT_MATCH_SOCKET \
CONFIG_NETFILTER_XT_TARGET_TPROXY
FILES:= \
$(foreach mod,$(IPT_TPROXY-m),$(LINUX_DIR)/net/$(mod).ko)
- AUTOLOAD:=$(call AutoProbe,$(notdir nf_tproxy_core $(IPT_TPROXY-m)))
+ AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_TPROXY-m)))
$(call AddDepends/ipt)
endef
More information about the lede-commits
mailing list