mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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>
This commit is contained in:
@@ -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+
|
||||
|
||||
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user