소스 검색

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.