mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/autossh/Config.in
Normal file
10
package/autossh/Config.in
Normal 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/
|
||||
6
package/autossh/autossh.hash
Normal file
6
package/autossh/autossh.hash
Normal 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
|
||||
17
package/autossh/autossh.mk
Normal file
17
package/autossh/autossh.mk
Normal 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))
|
||||
Reference in New Issue
Block a user