diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-09-23 20:55:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-09-23 20:58:43 +0200 |
commit | 867a93daa76a9368c63887376958e98e48cc9a21 (patch) | |
tree | a7969d14f06887b9f21eba6d4f69afa78dd46700 /net/mac-telnet/Makefile | |
parent | 317bae734a2041c488c1eae242dcb3ecdcfe1bb6 (diff) |
mac-telnet: update to git head
* Fixes mac-telnet utilities on 64bit targets
* Improves discovery reliability on hosts with multiple nics
* Support dbclient in SSH mode
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'net/mac-telnet/Makefile')
-rw-r--r-- | net/mac-telnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile index b6c05c89c..7c67ed099 100644 --- a/net/mac-telnet/Makefile +++ b/net/mac-telnet/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mac-telnet -PKG_VERSION:=2014-09-16 +PKG_VERSION:=2014-09-23 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=a254a629b7a2cb322a92f474ef7f94ed5aa03145 +PKG_SOURCE_VERSION:=269a5d7d53b59a2e4657ad3689e46ac057c22e28 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_LICENSE:=GPL-2.0+ |