diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-24 01:48:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-24 01:48:52 +0000 |
commit | 4476fb013e901aa144547b8586bf7895cec3c57f (patch) | |
tree | 227f916f0c979af677ad43daecc5735b10467f16 /package/kernel | |
parent | 841b50a6652404912af7075de30a00991a10cc6c (diff) | |
download | upstream-4476fb013e901aa144547b8586bf7895cec3c57f.tar.gz upstream-4476fb013e901aa144547b8586bf7895cec3c57f.tar.bz2 upstream-4476fb013e901aa144547b8586bf7895cec3c57f.zip |
package/kernel: remove reference to 3.12 kernel version
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45742
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/netfilter.mk | 1 |
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) |