diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-08 12:52:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-09 22:35:45 +0200 |
commit | f51f082b1fca89149c25452443b27ca6d8d46209 (patch) | |
tree | b4f2804614d4705805fd3d70c02224df6745b2d9 /target/collections | |
parent | 2dd4a46a9ffb82ffeacea8ee27d74543fdd3cbb1 (diff) |
remove wrong patch, enable ssh client for git
Diffstat (limited to 'target/collections')
-rw-r--r-- | target/collections/development | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/collections/development b/target/collections/development index 62404159f..15be0e518 100644 --- a/target/collections/development +++ b/target/collections/development @@ -7,6 +7,9 @@ config ADK_PKG_DEVELOPMENT select ADK_PACKAGE_GCC select ADK_PACKAGE_GXX select ADK_PACKAGE_GIT + select ADK_PACKAGE_OPENSSH + select ADK_PACKAGE_OPENSSH_CLIENT + select ADK_PACKAGE_OPENSSH_SERVER select ADK_PACKAGE_GREP select ADK_PACKAGE_TAR select ADK_PACKAGE_MUSL_DEV if ADK_TARGET_LIB_MUSL |