diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-04 17:39:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-04 17:39:59 +0100 |
commit | fde681d8d651c8074e2c0a92e153f942eeb01991 (patch) | |
tree | 688e3252a6645934b1123c6955dbcf475fddecb0 /target/config/Config.in.runtime | |
parent | b3fcbca1e1cf12c41d02eb8474893bd576c71714 (diff) |
sh2: fix toolchain building, using bFLT
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 221fadecf..bc9470cdf 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -290,7 +290,7 @@ config ADK_ROOTSH_SASH config ADK_ROOTSH_HUSH bool "hush (busybox shell compatible with non-MMU systems)" select BUSYBOX_HUSH if !ADK_TOOLCHAIN_ONLY - select BUSYBOX_FEATURE_SH_IS_HUSH + select BUSYBOX_FEATURE_SH_IS_HUSH if !ADK_TOOLCHAIN_ONLY help hush shell from busybox. |