From f1895d368b003ed7eff551e701a1f924f9f3fa3b Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 14 Jan 2013 15:18:50 +0000 Subject: [PATCH] miniupnpd: don't fail if IPv6 is not available at runtime (#12809) git-svn-id: svn://svn.openwrt.org/openwrt/packages@35149 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 6e66186f5..d25e39a50 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