xtables-addons: fix nathelper-rtsp dependencies
authorPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 22 Aug 2017 16:13:00 +0000 (10:13 -0600)
committerJohn Crispin <john@phrozen.org>
Tue, 22 Aug 2017 19:31:39 +0000 (21:31 +0200)
Both nf_conntrack and nf_nat need to be called out.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
package/network/utils/xtables-addons/Makefile

index 60861dfa0d34937522f65613c765a052986340a9..a06eed0af913516683a1e2ec045a9b05e0c0b882 100644 (file)
@@ -125,7 +125,7 @@ endef
 #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS))
 
 $(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables))
-$(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,+kmod-ipt-conntrack-extra +kmod-ipt-nat))
+$(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,+kmod-ipt-conntrack-extra +kmod-ipt-nat +kmod-nf-nat +kmod-nf-conntrack))
 
 $(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,+kmod-ipt-compat-xtables))
 $(eval $(call BuildTemplate,chaos,CHAOS,xt_CHAOS,xt_CHAOS,+kmod-ipt-compat-xtables +kmod-ipt-delude +kmod-ipt-tarpit))