Commit Graph

8 Commits

Author SHA1 Message Date
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Jo-Philipp Wich 9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Jo-Philipp Wich b15ae5a9bd mac-telnet: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-09-02 14:39:59 +02:00
Jo-Philipp Wich 867a93daa7 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>
2014-09-23 20:58:43 +02:00
Jo-Philipp Wich 317bae734a 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>
2014-09-23 20:58:43 +02:00
Jo-Philipp Wich 711f0ad1e9 mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-03 19:20:21 +02:00
Jo-Philipp Wich 6d3990cbcf 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>
2014-09-03 16:38:06 +02:00