Browse Source

dropbear: needs zlib, so select it

Peter Korsgaard 16 năm trước cách đây
mục cha
commit
fcd24512d8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.