mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
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
1
miniupnpd/configure
vendored
1
miniupnpd/configure
vendored
@ -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…
x
Reference in New Issue
Block a user