You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
825 B

  1. From 51a422407b22f0cb7188ea4bfb3867b2bbfcfe68 Mon Sep 17 00:00:00 2001
  2. From: Stijn Tintel <stijn@linux-ipv6.be>
  3. Date: Sun, 7 Nov 2021 20:24:29 +0200
  4. Subject: [PATCH] miniupnpd/configure: don't hardcode iptables
  5. The OpenWrt Makefile that builds miniupnpd passes the firewall argument
  6. to the configure script, so this is not needed and it is blocking us
  7. from using nftables instead, which will be the default backend for
  8. firewall4 to be used in the next OpenWrt stable release.
  9. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  10. ---
  11. configure | 1 -
  12. 1 file changed, 1 deletion(-)
  13. --- a/configure
  14. +++ b/configure
  15. @@ -387,7 +387,6 @@ case $OS_NAME in
  16. OpenWRT)
  17. OS_URL=http://www.openwrt.org/
  18. echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
  19. - FW=iptables
  20. ;;
  21. OpenEmbedded)
  22. OS_URL=http://www.openembedded.org/