diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 13:35:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 15:52:21 +0200 |
commit | 4d15e451c95220f682e262d125ef3fba38ac44ed (patch) | |
tree | f4e4386b4c23039c4654f8eca20b3b94a80959ca /target | |
parent | e487421e991f8c9c61f61be4188ab42c8dba6706 (diff) |
gnu sed no longer required, will be build as hosttool
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 8223a8823..3cb9c1537 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -53,6 +53,10 @@ config ADK_HOST_BUILD_PKGCONF boolean default n +config ADK_HOST_BUILD_SED + boolean + default n + config ADK_HOST_BUILD_XZ boolean default n |