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:
parent
2b00c461fb
commit
51a422407b
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue