Преглед на файлове

mac-telnet: update to latest git - fixes 64bit support

Also remove default password from config to prevent daemon
from auto-starting.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich преди 10 години
родител
ревизия
317bae734a
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2
    2
      net/mac-telnet/Makefile
  2. 1
    1
      net/mac-telnet/files/mactelnet.config

+ 2
- 2
net/mac-telnet/Makefile Целия файл

@@ -5,13 +5,13 @@
5 5
 include $(TOPDIR)/rules.mk
6 6
 
7 7
 PKG_NAME:=mac-telnet
8
-PKG_VERSION:=2014-09-03
8
+PKG_VERSION:=2014-09-16
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:=9a8bf5c242c6b0336c2f257aa67d2240454ba4b0
14
+PKG_SOURCE_VERSION:=a254a629b7a2cb322a92f474ef7f94ed5aa03145
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
16 16
 
17 17
 PKG_LICENSE:=GPL-2.0+

+ 1
- 1
net/mac-telnet/files/mactelnet.config Целия файл

@@ -6,4 +6,4 @@ config mactelnetd
6 6
 # Define a MAC-Telnet login, multiple login sections allowed
7 7
 config login
8 8
 	option username 'root'
9
-	option password 'secret'
9
+	option password ''