Browse Source

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>
lilik-openwrt-22.03
Jo-Philipp Wich 10 years ago
parent
commit
317bae734a
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/mac-telnet/Makefile
  2. +1
    -1
      net/mac-telnet/files/mactelnet.config

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

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


+ 1
- 1
net/mac-telnet/files/mactelnet.config View File

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

Loading…
Cancel
Save