From 9d7518c2cb43f1fb1eb54495899945523fd5dc99 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Feb 2018 13:53:05 +0000 Subject: toolbox: add OpenADK toolbox for very small systems, thx Thorsten Glaser --- target/config/Config.in.runtime | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/config/Config.in.runtime') 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 -- cgit v1.2.3