Merge pull request #310 from jow-/miniupnpd-disable-igdv2
authorMarkus Stenberg <fingon@iki.fi>
Mon, 3 Jul 2017 09:47:14 +0000 (12:47 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 09:47:14 +0000 (12:47 +0300)
miniupnpd: disable IGDv2 by default

miniupnpd/Makefile

index 42023fff0407922651f6f16a5ca6b7f190b59d8f..1841200bdd6b6a6a4d928bf9489d6a99c28d9a76 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=miniupnpd
 PKG_VERSION:=2.0.20170421
-PKG_RELEASE:=1
+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