summaryrefslogtreecommitdiffstats
path: root/rules/openssh.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-09-09 15:46:26 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-09-09 16:00:13 +0200
commit3253b28391c1c32e00e0e4e48b990cca96d812ca (patch)
tree4f4d7ccb08e35151c1f29b0d2d4da2fd9eb3432a /rules/openssh.in
parentead5de9fd17d8e53d832a7076aa2748366f7f0ca (diff)
downloadptxdist-3253b28391c1c32e00e0e4e48b990cca96d812ca.tar.gz
ptxdist-3253b28391c1c32e00e0e4e48b990cca96d812ca.tar.xz
[openssh] force 'ssh client' installation if the 'scp' should be used on the target
Using the 'scp' command on the target without an installed 'ssh client' results into a "/usr/bin/ssh" not found message. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/openssh.in')
-rw-r--r--rules/openssh.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/openssh.in b/rules/openssh.in
index a5b37f6f2..c318e8eeb 100644
--- a/rules/openssh.in
+++ b/rules/openssh.in
@@ -47,6 +47,14 @@ config OPENSSH_SCP
help
Install the secure copy program (scp) on the target
+config OPENSSH_SCP_TARGET_USE
+ bool "to be used at target's side"
+ depends on OPENSSH_SCP
+ select OPENSSH_SSH
+ help
+ Enable this entry if the 'scp' command is intended to be used at
+ target's side
+
config OPENSSH_SFTP
bool "sftp (client)"
help