summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-11-17 18:15:48 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-19 22:11:31 +0100
commitdb9473bf6cd7bd12aa1f9faad0a917c973c33827 (patch)
tree0947aa81a5ba856c35ebd9be8225c296f7c75a45 /Config.in
parenta62fdaa49618568975b8b7b2fe1f7792e097eb35 (diff)
core/download: drop the SSH command
The ssh command was added back in 2011 with commit c61788f09 (GENTARGETS: add support for scp://) and was used to check that the remote file existed, back when we supported 'make source-check'. However, in 2017, with commit bf28a165d (pkg-{download, generic}: remove source-check), we actually removed support for source-check. The SSH command however was not removed then, and stuck, even though nothing ever uses it It is not even exported in the environment, and scp does not use it either (it has -S to specify an ssh-compatible program). Get rid of it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 03e4eb3928..f965e9d6d8 100644
--- a/Config.in
+++ b/Config.in
@@ -136,10 +136,6 @@ config BR2_SCP
string "Secure copy (scp) command"
default "scp"
-config BR2_SSH
- string "Secure shell (ssh) command"
- default "ssh"
-
config BR2_HG
string "Mercurial (hg) command"
default "hg"