diff options
author | Jitao Lu <dianlujitao@gmail.com> | 2020-12-03 23:36:09 +0800 |
---|---|---|
committer | Jitao Lu <dianlujitao@gmail.com> | 2020-12-03 23:36:09 +0800 |
commit | 7077fd8c79eef5f044959bacfd6f66252850968a (patch) | |
tree | b480d2f27544ed94e838e99ebe9e468530190195 /net/miniupnpd/Makefile | |
parent | 471510269b28bc6ba0633f11e50f163ced576f44 (diff) |
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 <dianlujitao@gmail.com>
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r-- | net/miniupnpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |