miniupnpd: disable IGDv2 by default
The upstream project also reverted IGDv2-by-default due to widespread compatibility problems. So far all Microsoft operating systems up to Windows 10, Xbox 360, Xbox One Playstation 3 and Playstation 4 consoles seem to be incompatible to the new 2.0 standard. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
754e652061
commit
7ddbedb649
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=miniupnpd
|
PKG_NAME:=miniupnpd
|
||||||
PKG_VERSION:=2.0.20170421
|
PKG_VERSION:=2.0.20170421
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://miniupnp.free.fr/files
|
PKG_SOURCE_URL:=http://miniupnp.free.fr/files
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -32,7 +32,7 @@ endef
|
||||||
define Package/miniupnpd/config
|
define Package/miniupnpd/config
|
||||||
config MINIUPNPD_IGDv2
|
config MINIUPNPD_IGDv2
|
||||||
bool
|
bool
|
||||||
default y
|
default n
|
||||||
prompt "Enable IGDv2"
|
prompt "Enable IGDv2"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue