summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Config.in
diff options
context:
space:
mode:
authorFloris Bos <bos@je-eigen-domein.nl>2015-02-04 19:33:29 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 12:52:25 +0100
commitb49e4cf3ec7eab7505957c704a0d9727edcdbcca (patch)
tree05f8a09152c5e493b36b12ae9130fcb561f7c910 /package/dropbear/Config.in
parentb8388ef872a24ad5fc9d13e1d18e9ae03d3b9519 (diff)
downloadbuildroot-b49e4cf3ec7eab7505957c704a0d9727edcdbcca.tar.gz
buildroot-b49e4cf3ec7eab7505957c704a0d9727edcdbcca.zip
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 <bos@je-eigen-domein.nl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dropbear/Config.in')
-rw-r--r--package/dropbear/Config.in10
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud