瀏覽代碼

fix zlib depends for openssh per case 0000645

David Anders 19 年之前
父節點
當前提交
a7fdfc5fc9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/openssh/Config.in

+ 1 - 0
package/openssh/Config.in

@@ -2,6 +2,7 @@ config BR2_PACKAGE_OPENSSH
 	bool "openssh"
 	default n
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_ZLIB
 	help
 	  A free version of the SSH protocol suite of network connectivity 
 	  tools.  The standard 'ssh', 'sshd', 'scp', and friends.