diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-23 14:45:39 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-23 14:45:39 +0000 |
commit | a7fdfc5fc95a421c392005d12449d02a7522742a (patch) | |
tree | 04e8f6b0235a1bc519509ca225173089a7a95811 /package | |
parent | bae94960dfb55c3e6e797e05114d409979b9a944 (diff) | |
download | buildroot-novena-a7fdfc5fc95a421c392005d12449d02a7522742a.tar.gz buildroot-novena-a7fdfc5fc95a421c392005d12449d02a7522742a.zip |
fix zlib depends for openssh per case 0000645
Diffstat (limited to 'package')
-rw-r--r-- | package/openssh/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssh/Config.in b/package/openssh/Config.in index e98d3b12b..eac1586bf 100644 --- 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. |