From: Jo-Philipp Wich Date: Mon, 14 Jan 2013 15:18:50 +0000 (+0000) Subject: miniupnpd: don't fail if IPv6 is not available at runtime (#12809) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6b9654ecdd460b06e8c88e72d0b7b418e3836ba6;p=openwrt%2Fsvn-archive%2Farchive.git miniupnpd: don't fail if IPv6 is not available at runtime (#12809) SVN-Revision: 35149 --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 6e66186f5f..d25e39a50d 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=1.7.20121005 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz