autossh: add ssh client/server depends
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 15 Oct 2013 12:50:31 +0000 (09:50 -0300)
committerPeter 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

index e3acd8a7f715cff956c9aefae0a061819be12eab..6d1a0853ed337b56223b06619f544bb4675cf408 100644 (file)
@@ -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.