summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/appliances/development.appliance3
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.