aboutsummaryrefslogtreecommitdiff
path: root/net/mac-telnet
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* mac-telnet: fix mirror hashJo-Philipp Wich2020-04-15
| | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mac-telnet: mark uci as conffileJo-Philipp Wich2020-04-15
| | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mac-telnet: install uci as config fileJo-Philipp Wich2020-04-15
| | | | | | | Also mark it as configuration file while being at it. Fixes: #11846 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* treewide: replace my defunct email addressJo-Philipp Wich2016-06-07
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mac-telnet: fix build against muslJo-Philipp Wich2015-09-02
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* mac-telnet: update to git headJo-Philipp Wich2014-09-23
| | | | | | | | * 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>
* mac-telnet: update to latest git - fixes 64bit supportJo-Philipp Wich2014-09-23
| | | | | | | Also remove default password from config to prevent daemon from auto-starting. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* mac-telnet: fix two typos in the MakefileJo-Philipp Wich2014-09-03
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devicesJo-Philipp Wich2014-09-03
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>