diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-27 00:20:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-27 00:20:32 +0100 |
commit | 01e0761fc16f3f3de993ec7ab4fd952c7fa2f6f3 (patch) | |
tree | 8e0b4fb3154804f970ddfb51c22829722e81d90c /target/config | |
parent | 7ad2f049e353c9027be9267a9ba3dbe870901101 (diff) |
various microblaze related fixes add back some missing patches
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 600869754..4218eb1cc 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -179,6 +179,10 @@ config ADK_HOST_BUILD_COREUTILS bool default n +config ADK_HOST_BUILD_UTIL_LINUX + bool + default n + # optional, must be used from OpenADK config ADK_HOST_NEED_MTD_UTILS bool @@ -186,6 +190,7 @@ config ADK_HOST_NEED_MTD_UTILS config ADK_HOST_BUILD_MTD_UTILS bool + select ADK_HOST_BUILD_UTIL_LINUX default y if ADK_HOST_NEED_MTD_UTILS default n |