From b49e4cf3ec7eab7505957c704a0d9727edcdbcca Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Wed, 4 Feb 2015 19:33:29 +0100 Subject: dropbear: add extra build customization options v2: only offer option to disable building SSH client. do not offer options to disable password authentication and TCP forwarding. Signed-off-by: Floris Bos Signed-off-by: Peter Korsgaard --- package/dropbear/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package/dropbear/Config.in') diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index 68c3b71aa9..c14c6544c3 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -8,6 +8,16 @@ config BR2_PACKAGE_DROPBEAR if BR2_PACKAGE_DROPBEAR +config BR2_PACKAGE_DROPBEAR_CLIENT + bool "client programs" + default y + help + Provides the programs: dbclient, ssh + + Note that the following programs are also used server-side + and are therefore always build regardless this setting: + dropbear, dropbearkey, dropbearconvert, scp + config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS bool "disable reverse DNS lookups" help -- cgit v1.2.1