Author: jogo Date: 2015-06-22 14:27:38 +0200 (Mon, 22 Jun 2015) New Revision: 46111
Modified: trunk/package/network/utils/xtables-addons/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/utils/xtables-addons/Makefile =================================================================== --- trunk/package/network/utils/xtables-addons/Makefile 2015-06-22 12:27:30 UTC (rev 46110) +++ trunk/package/network/utils/xtables-addons/Makefile 2015-06-22 12:27:38 UTC (rev 46111) @@ -92,7 +92,7 @@ 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))) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
