From: jogo Date: Mon, 22 Jun 2015 12:27:38 +0000 (+0000) Subject: xtables-addons: disable for kernel 4.1 for now X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b1193adcc0ce13d64cde794c2efd230eb200b95f;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46111 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile index c3c8c1e7ae..cadeaff658 100644 --- a/package/network/utils/xtables-addons/Makefile +++ b/package/network/utils/xtables-addons/Makefile @@ -92,7 +92,7 @@ define BuildTemplate define KernelPackage/ipt-$(1) SUBMENU:=Netfilter Extensions TITLE:=$(2) netfilter module - DEPENDS:=+kmod-ipt-core $(5) + DEPENDS:=+kmod-ipt-core @!LINUX_4_1 $(5) KCONFIG:=$(6) FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX)) AUTOLOAD:=$(call AutoProbe,$(notdir $(4)))