From: "Dominik Fässler" <faessler@was.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] autossh: new package
Date: Tue, 15 May 2012 07:27:41 +0200 [thread overview]
Message-ID: <1337059661-4008-1-git-send-email-faessler@was.ch> (raw)
---
package/Config.in | 1 +
package/autossh/Config.in | 8 ++++++++
package/autossh/autossh.mk | 16 ++++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 package/autossh/Config.in
create mode 100644 package/autossh/autossh.mk
diff --git a/package/Config.in b/package/Config.in
index fb1b08f..4e3c414 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -476,6 +476,7 @@ endmenu
menu "Networking applications"
source "package/argus/Config.in"
+source "package/autossh/Config.in"
source "package/avahi/Config.in"
source "package/axel/Config.in"
source "package/bluez_utils/Config.in"
diff --git a/package/autossh/Config.in b/package/autossh/Config.in
new file mode 100644
index 0000000..c867eba
--- /dev/null
+++ b/package/autossh/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_AUTOSSH
+ bool "autossh"
+ select BR2_PACKAGE_OPENSSH
+ help
+ 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/
diff --git a/package/autossh/autossh.mk b/package/autossh/autossh.mk
new file mode 100644
index 0000000..d81731a
--- /dev/null
+++ b/package/autossh/autossh.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# autossh
+#
+#############################################################
+
+AUTOSSH_VERSION = 1.4c
+AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
+AUTOSSH_SITE = http://www.harding.motd.ca/autossh
+AUTOSSH_DEPENDENCIES = openssh
+
+define AUTOSSH_INSTALL_TARGET_CMDS
+ $(INSTALL) -D -m 0755 $(@D)/autossh $(TARGET_DIR)/bin
+endef
+
+$(eval $(call AUTOTARGETS,package,autossh))
--
1.7.2.5
next reply other threads:[~2012-05-15 5:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-15 5:27 Dominik Fässler [this message]
2012-05-15 9:54 ` [Buildroot] [PATCH] autossh: new package Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2013-10-14 13:46 Gustavo Zacarias
2013-10-14 20:02 ` Peter Korsgaard
2013-10-14 20:08 ` Gustavo Zacarias
2013-10-14 20:33 ` Peter Korsgaard
2013-10-15 8:26 ` Thomas Petazzoni
2013-10-15 12:29 ` Gustavo Zacarias
2013-10-15 12:47 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337059661-4008-1-git-send-email-faessler@was.ch \
--to=faessler@was.ch \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox