Config.in 467 B

123456789101112131415
  1. config BR2_PACKAGE_DROPBEAR
  2. bool "dropbear"
  3. select BR2_PACKAGE_ZLIB
  4. help
  5. A small SSH 2 server designed for small memory environments.
  6. http://matt.ucc.asn.au/dropbear/dropbear.html
  7. config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS
  8. bool "disable reverse DNS lookups"
  9. depends on BR2_PACKAGE_DROPBEAR
  10. help
  11. Disable reverse DNS lookups on connection. This can be handy
  12. on systems without working DNS, as connections otherwise
  13. stall until DNS times out.