summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
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