mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v1 01/11] rsync: add "rsync over ssh" feature
@ 2019-05-28 11:57 Roland Hieber
  2019-05-28 11:57 ` [ptxdist] [PATCH v1 02/11] yajl: improve kconfig help text Roland Hieber
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Roland Hieber @ 2019-05-28 11:57 UTC (permalink / raw)
  To: PTXdist Mailing List; +Cc: Roland Hieber

From: Juergen Borleis <jbe@pengutronix.de>

Make run-time dependency to package 'ssh' configurable

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/rsync.in | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rules/rsync.in b/rules/rsync.in
index 2aa2ac8e2e8e..d335b0a023f4 100644
--- a/rules/rsync.in
+++ b/rules/rsync.in
@@ -3,8 +3,8 @@ menuconfig RSYNC
 	tristate
 	prompt "rsync                         "
 	select GCCLIBS_GCC_S
-	select OPENSSH	if RUNTIME
-	select OPENSSH_SSH
+	select OPENSSH		if RSYNC_SSH && RUNTIME
+	select OPENSSH_SSH	if RSYNC_SSH
 	help
 	  rsync is a program that behaves in much the same way that rcp does,
 	  but has many more options and uses the rsync remote-update protocol to
@@ -24,6 +24,9 @@ config RSYNC_CONFIG_FILE
 
 comment "runtime options   ---"
 
+config RSYNC_SSH
+	bool "install ssh to tunnel rsync over ssh"
+
 choice
 	prompt "Kind of startup"
 	default RSYNC_INETD_SERVER
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-05-28 11:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 11:57 [ptxdist] [PATCH v1 01/11] rsync: add "rsync over ssh" feature Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 02/11] yajl: improve kconfig help text Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 03/11] minicoredumper: enable and configure minicoredumper Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 04/11] paho-mqtt-c: new package Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 05/11] paho-mqtt-cpp: " Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 06/11] host-autotools-autoconf-archive: " Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 07/11] rootfs: add tpm user and group Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 08/11] tpm: add new menu Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 09/11] tpm2-tss: new package Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 10/11] tpm2-abrmd: " Roland Hieber
2019-05-28 11:57 ` [ptxdist] [PATCH v1 11/11] tpm2-tools: " Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox