summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-01 13:43:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-01 13:43:07 +0200
commitcd5672bc34e694b9f77a6eaa0aed58b64f226244 (patch)
tree401cf617849c51275eb9e90a7cab56c4dc83f57e /Config.in
parente0c28ad930e27154c29752629e2eb280156208a8 (diff)
add the ability to add a ssh pubkey via menu
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 438388bbb..188f77d68 100644
--- a/Config.in
+++ b/Config.in
@@ -23,6 +23,19 @@ config ADK_HOST
help
Configure host for IPKG package management
+config ADK_SSH_PUBKEY
+ string "SSH public key (root user only)"
+ default ""
+ help
+ Paste your generated SSH public key here and it will be embedded into
+ the built image, so you can use it to login instantly.
+
+#config ADK_PASSWORD
+# string "root password for the embedded system"
+# default "linux123"
+# help
+# Predefine the root password enabled in the the built image.
+
config ADK_DEVELSYSTEM
bool "Compile a ADK development system"
default n