summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-25 13:53:05 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-25 13:53:11 +0000
commit9d7518c2cb43f1fb1eb54495899945523fd5dc99 (patch)
tree57fcfe56162934f5f78b3b22920623546c8d126c /target/config/Config.in.runtime
parent30f5a076475d08daa882fa2e636a19200877aa33 (diff)
toolbox: add OpenADK toolbox for very small systems, thx Thorsten Glaser
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 67ec0ef1a..74caa19e8 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -85,6 +85,7 @@ endchoice
choice
prompt "base applications"
depends on !ADK_APPLIANCE_TOOLCHAIN
+default ADK_RUNTIME_BASE_TOOLBOX if ADK_TARGET_ARCH_H8300
default ADK_RUNTIME_BASE_BUSYBOX
config ADK_RUNTIME_BASE_BUSYBOX
@@ -95,6 +96,10 @@ config ADK_RUNTIME_BASE_TOYBOX
bool "Use toybox"
select ADK_PACKAGE_TOYBOX
+config ADK_RUNTIME_BASE_TOOLBOX
+ bool "Use toolbox"
+ select ADK_PACKAGE_TOOLBOX
+
config ADK_RUNTIME_BASE_COREUTILS
bool "Use coreutils"
select ADK_PACKAGE_COREUTILS