瀏覽代碼

dropbear: needs zlib, so select it

Peter Korsgaard 16 年之前
父節點
當前提交
fcd24512d8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.