From 7077fd8c79eef5f044959bacfd6f66252850968a Mon Sep 17 00:00:00 2001 From: Jitao Lu Date: Thu, 3 Dec 2020 23:36:09 +0800 Subject: miniupnpd: Pass ipv6 addr to ipv6_listening_ip Unlike ipv4, this option is supposed to be an IP address, otherwise, an error occurs on startup: can't parse "br-lan" as valid IPv6 listening address Signed-off-by: Jitao Lu --- net/miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/miniupnpd/Makefile') diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 0a99b415f..f69c31777 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=2.2.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -- cgit v1.2.3