Explorar el Código

dropbear: needs zlib, so select it

Peter Korsgaard hace 16 años
padre
commit
fcd24512d8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.