From: jow Date: Sat, 29 Dec 2012 13:53:53 +0000 (+0000) Subject: xtables-addons: make kmod-ipt-rawpost depend on kmod-ip6tables if CONFIG_IPV6=y to... X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=bd8fb0e3735d737a14f91b87ef71c3fff4e8612c xtables-addons: make kmod-ipt-rawpost depend on kmod-ip6tables if CONFIG_IPV6=y to force enabling CONFIG_IP6_NF_IPTABLES in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/packages@34916 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index 7a3b36d46..4077f30e4 100644 --- a/net/xtables-addons/Makefile +++ b/net/xtables-addons/Makefile @@ -122,7 +122,7 @@ endef #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS)) $(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,rawpost,RAWPOST,,iptable_rawpost $(if $(CONFIG_IPV6),ip6table_rawpost),50,+kmod-ipt-compat-xtables +IPV6:kmod-ip6tables)) $(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,46,+kmod-ipt-conntrack-extra)) $(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,46,+kmod-ipt-compat-xtables))