xtables-addons: remove not needed iptables install dependency for RTSP helpers
authorFlorian Eckert <redacted>
Wed, 23 Apr 2025 10:42:18 +0000 (12:42 +0200)
committerFlorian Eckert <redacted>
Thu, 15 May 2025 12:34:32 +0000 (14:34 +0200)
commit0d18846dab8aba7a2c7a0ad3feeae42660fac36f
tree3210070a98aa8e25b43df43d5b4854bf705aa907
parentd221309637a1ea9a768ef2fbdc0476c292f835b2
xtables-addons: remove not needed iptables install dependency for RTSP helpers

The RTSP conntrack and nat does not dependent on iptables, but only on
nf_conntrack and nf_nat. The RTSP conntrack module is used as a helper in
firewall4 [1]. Previously, it was not possible to install RTSP kernel module
without also installing the not needed iptables modules. However, as firewall4
is based on nftables and not on iptables, this dependency is not necessary.

[1] https://github.com/openwrt/firewall4/blob/master/root/usr/share/firewall4/helpers#L89

Signed-off-by: Florian Eckert <redacted>
net/xtables-addons/Makefile
git clone https://git.99rst.org/PROJECT