From 5fb2a553e3441ec041d38d32a0fb98db0f213604 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 18 Mar 2012 18:22:29 +0000 Subject: [PATCH] [packages] xtables-addons: enforce CONFIG_NF_CONNTRACK_MARK for kmod-compat-xtables git-svn-id: svn://svn.openwrt.org/openwrt/packages@30976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/xtables-addons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index 4b39836f5..2d3017d02 100644 --- a/net/xtables-addons/Makefile +++ b/net/xtables-addons/Makefile @@ -91,6 +91,7 @@ define BuildTemplate SUBMENU:=Netfilter Extensions TITLE:=$(2) netfilter module DEPENDS:=kmod-ipt-core $(6) + KCONFIG:=$(7) FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX)) AUTOLOAD:=$(call AutoLoad,$(5),$(notdir $(4))) endef @@ -102,7 +103,7 @@ endef #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS)) -$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,45,)) +$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,45,,CONFIG_NF_CONNTRACK_MARK=y)) $(eval $(call BuildTemplate,rawpost,RAWPOST,,iptable_rawpost $(if $(CONFIG_IPV6),ip6table_rawpost),50,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,46,+kmod-ipt-conntrack-extra)) -- 2.11.0