summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:32:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:32:35 +0200
commit1879491b2b6e799b20ac06d1b510726eb200944f (patch)
tree50759d89be66d701f4dc488dba56ca76926232f8 /Config.in
parent643a35a70d54283ab5c0456ff779ac843fe37741 (diff)
add menu based configuration of a password
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in38
1 files changed, 21 insertions, 17 deletions
diff --git a/Config.in b/Config.in
index 8304f1563..777260670 100644
--- a/Config.in
+++ b/Config.in
@@ -18,30 +18,17 @@ config ADK_HAVE_DOT_CONFIG
menu "ADK settings"
config ADK_VENDOR
- string "Vendor name (f.e. OpenADK)"
- default "OpenADK"
+ string "vendor name"
+ default "openadk"
help
- Vendor string is used for uvd and other stuff.
+ Vendor string is used for toolchain.
config ADK_HOST
- string "Webserver for packages and distfiles"
+ string "webserver for packages and distfiles"
default "www.openadk.org"
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
@@ -161,4 +148,21 @@ endchoice
endmenu
source "target/Config.in"
+
+menu "Runtime configuration"
+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 built image.
+
+endmenu
+
source "package/Config.in"