Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/autossh/Config.in
Normal file
9
deprecated/firmware/buildroot/package/autossh/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://www.harding.motd.ca/autossh/autossh-1.4e.cksums
|
||||
sha256 9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 autossh-1.4e.tgz
|
||||
22
deprecated/firmware/buildroot/package/autossh/autossh.mk
Normal file
22
deprecated/firmware/buildroot/package/autossh/autossh.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# autossh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AUTOSSH_VERSION = 1.4e
|
||||
AUTOSSH_SITE = http://www.harding.motd.ca/autossh
|
||||
AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
|
||||
AUTOSSH_LICENSE = Modified BSD
|
||||
AUTOSSH_LICENSE_FILES = autossh.c
|
||||
|
||||
# Bundled ./configure is not up-to-date with what is in configure.ac
|
||||
AUTOSSH_AUTORECONF = YES
|
||||
|
||||
AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
|
||||
|
||||
define AUTOSSH_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -D $(@D)/autossh $(TARGET_DIR)/usr/bin/autossh
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user