package/kernel: remove reference to 3.12 kernel version
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45742
This commit is contained in:
parent
841b50a665
commit
4476fb013e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue