X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=miniupnpd%2FMakefile;h=fdfac91262d5c0540b6ac6bcf48a56ea9a383744;hb=f4bc87dc65729ef663f6dc9b7e157a909c5eb92b;hp=b134ec2f36f30d96eb5555479cab8004ffa61e83;hpb=2302e0b0b7a5b1971387e16743b39b34e591958e;p=feed%2Frouting.git diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index b134ec2..fdfac91 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=1.9.20150307 -PKG_RELEASE:=2 +PKG_VERSION:=2.0.20161216 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=f91dc5647b1d2c13a82082a481a53e3d +PKG_MD5SUM:=9e73d50ac830b5e08b6eb1df4e4c917833a5ab54351809f615d15d0f30cdeef3 PKG_MAINTAINER:=Markus Stenberg PKG_LICENSE:=BSD-3-Clause @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/miniupnpd SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libnfnetlink + DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libuuid TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon SUBMENU:=Firewall URL:=http://miniupnp.free.fr/ @@ -46,13 +46,14 @@ endef define Build/Prepare $(call Build/Prepare/Default) - echo "OpenWrt/$(OPENWRTVERSION)" | tr \(\)\ _ >$(PKG_BUILD_DIR)/os.openwrt + echo "OpenWrt" | tr \(\)\ _ >$(PKG_BUILD_DIR)/os.openwrt endef MAKE_FLAGS += \ - TEST=0 \ + TARGET_OPENWRT=1 TEST=0 \ LIBS="" \ - CC="$(TARGET_CC) -DIPTABLES_143 -lnfnetlink -lip4tc $(if $(CONFIG_IPV6),-lip6tc)" \ + CC="$(TARGET_CC) -DIPTABLES_143 \ + -lip4tc $(if $(CONFIG_IPV6),-lip6tc) -luuid" \ CONFIG_OPTIONS="$(if $(CONFIG_IPV6),--ipv6) --leasefile" \ -f Makefile.linux \ miniupnpd