summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-27 11:06:47 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-27 11:07:04 -0600
commit3911b4babee413cf3e286eeb0f95e5ae008e4eb3 (patch)
treee67ba684a604da372750623bc9eb7c81ef301945 /target/config/Config.in
parent58309dbfd2dc5bd133618482517184c96a5b4063 (diff)
use static lib option for noMMU. do some style fixes.
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 7393bfe9c..102830f6e 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -3,47 +3,47 @@
# global symbols
config ADK_LINUX_64
- boolean
+ bool
config ADK_TARGET_KERNEL_64
- boolean
+ bool
config ADK_TOOLCHAIN_ONLY
- boolean
+ bool
config ADK_TARGET_TOOLCHAIN
- boolean
+ bool
config ADK_TARGET_UCLINUX
+ bool
+ select ADK_TARGET_USE_STATIC_LIBS
select ADK_PACKAGE_SASH
select ADK_PACKAGE_SIMPLEINIT
- boolean
config ADK_TARGET_QEMU
- boolean
+ bool
config ADK_TARGET_VBOX
- boolean
+ bool
# the inverse of ADK_TARGET_KERNEL_CUSTOMISING,
# allows for selecting it off (i.e., to disable it)
config ADK_TARGET_FIXED_KERNEL
bool
- default n
config ADK_TARGET_KERNEL_CUSTOMISING
bool
- default y
depends on !ADK_TARGET_FIXED_KERNEL
+ default y
choice
prompt "Toolchain options"
depends on ADK_TARGET_TOOLCHAIN
config ADK_TOOLCHAIN_ONLY
- boolean "Only build toolchain and selected packages"
+ bool "Only build toolchain and selected packages"
config ADK_TOOLCHAIN_ARCHIVE
- boolean "Build a complete system usable f.e. via chroot"
+ bool "Build a complete system usable f.e. via chroot"
endchoice