This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

10
package/autossh/Config.in Normal file
View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_AUTOSSH
bool "autossh"
depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_DROPBEAR || BR2_PACKAGE_OPENSSH
help
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing
traffic.
http://www.harding.motd.ca/autossh/

View File

@@ -0,0 +1,6 @@
# From http://www.harding.motd.ca/autossh/autossh-1.4g.cksums
sha256 5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277 autossh-1.4g.tgz
sha1 bd88da0e296b8d85722ee9e7c314e9319e5b2db8 autossh-1.4g.tgz
md5 2b804bc1bf6d2f2afaa526d02df7c0a2 autossh-1.4g.tgz
# Locally computed
sha256 014ec5a85a8899d4ea0e0a886bb3fc4c72b4bbec6414093ba1fdac5b178c25b4 autossh.c

View File

@@ -0,0 +1,17 @@
################################################################################
#
# autossh
#
################################################################################
AUTOSSH_VERSION = 1.4g
AUTOSSH_SITE = http://www.harding.motd.ca/autossh
AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
AUTOSSH_LICENSE = Modified BSD
AUTOSSH_LICENSE_FILES = autossh.c
# Fix AC_ARG_WITH code generation for --with-ssh
AUTOSSH_AUTORECONF = YES
AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
$(eval $(autotools-package))