Browse Source

dropbear: needs zlib, so select it

Peter Korsgaard 16 years ago
parent
commit
fcd24512d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/dropbear/Config.in

+ 1 - 0
package/dropbear/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DROPBEAR
 	bool "dropbear"
+	select BR2_PACKAGE_ZLIB
 	help
 	  A small SSH 2 server designed for small memory environments.