projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae9496
)
fix zlib depends for openssh per case 0000645
author
David Anders
<dave123@abcsinc.com>
Mon, 23 Jan 2006 14:45:39 +0000
(14:45 -0000)
committer
David Anders
<dave123@abcsinc.com>
Mon, 23 Jan 2006 14:45:39 +0000
(14:45 -0000)
package/openssh/Config.in
patch
|
blob
|
history
diff --git
a/package/openssh/Config.in
b/package/openssh/Config.in
index e98d3b12b5d2cb74872d285f14ef262e907342be..eac1586bffd93510ea8891abe8bdb49af1bd7cce 100644
(file)
--- a/
package/openssh/Config.in
+++ b/
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.