From a9ca6a62052baa268c1dddca5456ed02c26f2797 Mon Sep 17 00:00:00 2001 From: lean Date: Fri, 27 Mar 2020 17:17:52 +0800 Subject: [PATCH] miniupnpd: revert to IGDv1 --- net/miniupnpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index be3a30b3..4c090623 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=2.0.20170421 -PKG_RELEASE:=3 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -32,7 +32,7 @@ endef define Package/miniupnpd/config config MINIUPNPD_IGDv2 bool - default y + default n prompt "Enable IGDv2" endef