miniupnpd/configure: don't hardcode iptables

The OpenWrt Makefile that builds miniupnpd passes the firewall argument
to the configure script, so this is not needed and it is blocking us
from using nftables instead, which will be the default backend for
firewall4 to be used in the next OpenWrt stable release.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2021-11-07 20:24:29 +02:00
parent 2b00c461fb
commit 51a422407b
1 changed files with 0 additions and 1 deletions

1
miniupnpd/configure vendored
View File

@ -387,7 +387,6 @@ case $OS_NAME in
OpenWrt)
OS_URL=http://www.openwrt.org/
echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
FW=iptables
;;
OpenEmbedded)
OS_URL=http://www.openembedded.org/