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://207.154.207.93/?a=commitdiff_plain;h=d807337fcd5d74d0dfd59253bdefcc997749deb3;p=15.05%2Fopenwrt.git package/kernel: remove reference to 3.12 kernel version Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45742 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)