aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/netfilter.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-05-24 01:48:52 +0000
committerNicolas Thill <nico@openwrt.org>2015-05-24 01:48:52 +0000
commitd807337fcd5d74d0dfd59253bdefcc997749deb3 (patch)
treeb347dfcba3bcc4e55c36e0f414188f80ea910ee2 /package/kernel/linux/modules/netfilter.mk
parentf535cc952d15e4119772e4feb91110e4b26d3636 (diff)
downloadmaster-187ad058-d807337fcd5d74d0dfd59253bdefcc997749deb3.tar.gz
master-187ad058-d807337fcd5d74d0dfd59253bdefcc997749deb3.tar.bz2
master-187ad058-d807337fcd5d74d0dfd59253bdefcc997749deb3.zip
package/kernel: remove reference to 3.12 kernel version
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/netfilter.mk')
-rw-r--r--package/kernel/linux/modules/netfilter.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 579795438d..6c12ad3d6d 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -460,7 +460,6 @@ define KernelPackage/ipt-tproxy
CONFIG_NETFILTER_XT_MATCH_SOCKET \
CONFIG_NETFILTER_XT_TARGET_TPROXY
FILES:= \
- $(if $(call kernel_patchver_lt,3.12),$(LINUX_DIR)/net/netfilter/nf_tproxy_core.ko) \
$(foreach mod,$(IPT_TPROXY-m),$(LINUX_DIR)/net/$(mod).ko)
AUTOLOAD:=$(call AutoProbe,$(notdir nf_tproxy_core $(IPT_TPROXY-m)))
$(call AddDepends/ipt)