Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Sep 2014 14:32:57 +0000 (16:32 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Sep 2014 14:38:06 +0000 (16:38 +0200)
commit6d3990cbcf2ce4f97bb9663c895f2bf914cf9edb
treea7b35e888c77edcdd82e350b5f3d65aca0a6f440
parentfbe4697b495676d332e5c6b519e84d9c580fd816
Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices

This package adds the mac-telnet server, client, ping and discovery utilities.
See https://github.com/aouyar/MAC-Telnet for details.

This package uses the fork from https://github.com/jow-/MAC-Telnet as source,
the code there has a number of bugfixes and results in smaller binaries since
most core functionality has been ported to libubox facilities provided by
OpenWrt.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/mac-telnet/Makefile [new file with mode: 0644]
net/mac-telnet/files/mactelnet.config [new file with mode: 0644]
net/mac-telnet/files/mactelnet.init [new file with mode: 0755]