Sfoglia il codice sorgente

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>
Jo-Philipp Wich 10 anni fa
parent
commit
867a93daa7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      net/mac-telnet/Makefile

+ 2
- 2
net/mac-telnet/Makefile Vedi File

@@ -5,13 +5,13 @@
5 5
 include $(TOPDIR)/rules.mk
6 6
 
7 7
 PKG_NAME:=mac-telnet
8
-PKG_VERSION:=2014-09-16
8
+PKG_VERSION:=2014-09-23
9 9
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
10 10
 
11 11
 PKG_SOURCE_PROTO:=git
12 12
 PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git
13 13
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
14
-PKG_SOURCE_VERSION:=a254a629b7a2cb322a92f474ef7f94ed5aa03145
14
+PKG_SOURCE_VERSION:=269a5d7d53b59a2e4657ad3689e46ac057c22e28
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
16 16
 
17 17
 PKG_LICENSE:=GPL-2.0+