From: Nicolas Thill Date: Sun, 24 May 2015 01:48:52 +0000 (+0000) Subject: package/kernel: remove reference to 3.12 kernel version X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4476fb013e901aa144547b8586bf7895cec3c57f;p=openwrt%2Fstaging%2Frmilecki.git package/kernel: remove reference to 3.12 kernel version Signed-off-by: Nicolas Thill SVN-Revision: 45742 --- diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 579795438d6..6c12ad3d6d6 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)