summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-06 14:37:22 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-06 14:37:22 +0200
commitdd0d0f96d8e7a4b1feb2374c789892eec4386100 (patch)
tree0a6a335359b936693b15c2baca83823bddd3176a /package/dropbear/Config.in
parent113d5d1adb66b6af195b456988c1fea43b661934 (diff)
downloadbuildroot-novena-dd0d0f96d8e7a4b1feb2374c789892eec4386100.tar.gz
buildroot-novena-dd0d0f96d8e7a4b1feb2374c789892eec4386100.zip
dropbear: add option to disable reverse DNS lookups
Add option to disable reverse DNS lookups on client connection, as connections otherwise stall until DNS times out in configurations without working reverse DNS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dropbear/Config.in')
-rw-r--r--package/dropbear/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in
index 20469f8b2..e47ba4545 100644
--- a/package/dropbear/Config.in
+++ b/package/dropbear/Config.in
@@ -5,3 +5,11 @@ config BR2_PACKAGE_DROPBEAR
A small SSH 2 server designed for small memory environments.
http://matt.ucc.asn.au/dropbear/dropbear.html
+
+config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS
+ bool "disable reverse DNS lookups"
+ depends on BR2_PACKAGE_DROPBEAR
+ help
+ Disable reverse DNS lookups on connection. This can be handy
+ on systems without working DNS, as connections otherwise
+ stall until DNS times out.