mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 04:37:41 +08:00
rip of IPV6 from miniunpnd
This commit is contained in:
parent
58ccf0c995
commit
9b1612f012
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=miniupnpd
|
PKG_NAME:=miniupnpd
|
||||||
PKG_VERSION:=2.1
|
PKG_VERSION:=2.1
|
||||||
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
|
||||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/version.mk
|
|||||||
define Package/miniupnpd
|
define Package/miniupnpd
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libuuid
|
DEPENDS:=+iptables +libip4tc +libuuid
|
||||||
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
URL:=http://miniupnp.free.fr/
|
URL:=http://miniupnp.free.fr/
|
||||||
|
Loading…
Reference in New Issue
Block a user