diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-01 16:51:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-01 16:56:55 +0100 |
commit | 5e9d8bb9713badd5a6b001787b83fb8120fbd67c (patch) | |
tree | c37adb06384e1b57f37873c92da2dce0118be699 /target/appliances | |
parent | 3d9011dd1b4066514240e2bd2c6b0c50c742c239 (diff) |
add wget / openssh for devel appliance
Diffstat (limited to 'target/appliances')
-rw-r--r-- | target/appliances/development.appliance | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/appliances/development.appliance b/target/appliances/development.appliance index 49c9b4b2c..760b68801 100644 --- a/target/appliances/development.appliance +++ b/target/appliances/development.appliance @@ -15,6 +15,9 @@ config ADK_APPLIANCE_DEVELOPMENT select ADK_PACKAGE_MUSL_DEV if ADK_TARGET_LIB_MUSL select ADK_PACKAGE_UCLIBC_NG_DEV if ADK_TARGET_LIB_UCLIBC_NG select ADK_PACKAGE_GIT + select ADK_PACKAGE_OPENSSH + select ADK_PACKAGE_OPENSSH_CLIENT + select ADK_PACKAGE_WGET help If you want to develop software on your target, choose this appliance, so gcc, binutils and co will be selected. |