miniupnpc: update miniupnpc to 2.0
Install listdevices as well Signed-off-by: Mo Chen <uncorrupt@gmail.com> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
This commit is contained in:
parent
3bef0176c5
commit
b974e6a8d2
1 changed files with 3 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=miniupnpc
|
||||
PKG_VERSION:=1.9
|
||||
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:=5ef3ba321e6df72d6519b728b292073e
|
||||
PKG_HASH:=01e14408d6fc628de9afabc4417b84adeaba4c0ec517e7b8e278cb2993dafd3e
|
||||
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
@ -60,6 +60,7 @@ endef
|
|||
define Package/miniupnpc/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/upnpc $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/listdevices $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
define Package/libminiupnpc/install
|
||||
|
|
Loading…
Reference in a new issue