miniupnpd: add IGDv2 support as build option
[feed/routing.git] / miniupnpd / patches / 105-enable_check_portinuse.patch
diff --git a/miniupnpd/patches/105-enable_check_portinuse.patch b/miniupnpd/patches/105-enable_check_portinuse.patch
deleted file mode 100644 (file)
index 8bf6c33..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/genconfig.sh
-+++ b/genconfig.sh
-@@ -467,7 +467,7 @@ echo "/* Uncomment the following line to
- if [ -n "$PORTINUSE" ]; then
-       echo "#define CHECK_PORTINUSE" >> ${CONFIGFILE}
- else
--      echo "/*#define CHECK_PORTINUSE*/" >> ${CONFIGFILE}
-+      echo "#define CHECK_PORTINUSE" >> ${CONFIGFILE}
- fi
- echo "" >> ${CONFIGFILE}