X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=miniupnpd%2FMakefile;h=fdfac91262d5c0540b6ac6bcf48a56ea9a383744;hb=f4bc87dc65729ef663f6dc9b7e157a909c5eb92b;hp=ceed43c79a0daab50b55ca86ff024a3e173551e8;hpb=cd8234f10c3714058dc10c6bac9d8e7568dc3e13;p=feed%2Frouting.git diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index ceed43c..fdfac91 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=1.9.20141128 +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:=a9e71952bebb80e643a9c7a0e2c58faa +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