xtables-addons: disable for kernel 4.1 for now
Netfilter APIs have changed, so the code requuires updates to compile successfully. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46111
This commit is contained in:
parent
c62ddc9b59
commit
518ab154e0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ define BuildTemplate
|
||||||
define KernelPackage/ipt-$(1)
|
define KernelPackage/ipt-$(1)
|
||||||
SUBMENU:=Netfilter Extensions
|
SUBMENU:=Netfilter Extensions
|
||||||
TITLE:=$(2) netfilter module
|
TITLE:=$(2) netfilter module
|
||||||
DEPENDS:=+kmod-ipt-core $(5)
|
DEPENDS:=+kmod-ipt-core @!LINUX_4_1 $(5)
|
||||||
KCONFIG:=$(6)
|
KCONFIG:=$(6)
|
||||||
FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
|
FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||||
AUTOLOAD:=$(call AutoProbe,$(notdir $(4)))
|
AUTOLOAD:=$(call AutoProbe,$(notdir $(4)))
|
||||||
|
|
Loading…
Reference in a new issue