diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 17:40:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 11:27:06 +0200 |
commit | 55727c3ef3235aed150cd97ab8e4cf5ba8e7abd0 (patch) | |
tree | 75ae401ab604319061fe99d9a893e90b17fb5240 /target | |
parent | 108832ace456c9ba0fcf488682e8cc1a624a12b6 (diff) |
upslug2: new package
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 d60b42a08..b87827140 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -133,6 +133,10 @@ config ADK_HOST_BUILD_STLINK bool default n +config ADK_HOST_BUILD_UPSLUG2 + bool + default n + config ADK_HOST_BUILD_TAR bool default n |