projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda59a6
)
autossh: add ssh client/server depends
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Tue, 15 Oct 2013 12:50:31 +0000
(09:50 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 15 Oct 2013 13:03:48 +0000
(15:03 +0200)
It's not very useful without them.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/autossh/Config.in
patch
|
blob
|
history
diff --git
a/package/autossh/Config.in
b/package/autossh/Config.in
index e3acd8a7f715cff956c9aefae0a061819be12eab..6d1a0853ed337b56223b06619f544bb4675cf408 100644
(file)
--- a/
package/autossh/Config.in
+++ b/
package/autossh/Config.in
@@
-1,6
+1,7
@@
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.