diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-04 23:10:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-04 23:11:02 +0200 |
commit | 75a6169f398febcf900cd8e041e1c6ce4c681991 (patch) | |
tree | 9bcd1e12acc930c95eff1bc6dddb9be8d277d4db /target | |
parent | 38a55849a2f3a237e643cf7abd149ba054dd3a96 (diff) |
GNU tr is required for Linux kernel compilation
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index c39916044..3ca583294 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -223,11 +223,6 @@ config ADK_HOST_BUILD_QEMU bool default n -config ADK_HOST_NEED_COREUTILS - bool - default y if ADK_TARGET_BOARD_BCM28XX - default n - config ADK_HOST_BUILD_COREUTILS bool default n |