diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-24 11:00:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | fcd091b1339768184c8f097048480dc34c867c36 (patch) | |
tree | 75f60fd23993ce52bd6a20df2653f1fa535f8845 /etc/repos.json | |
parent | 3a4f91f9d4a3c2319ba7706d426a2bed1ad40daa (diff) | |
download | bootstrappable-toolchain-fcd091b1339768184c8f097048480dc34c867c36.tar.gz |
stage-0: use bootstrapped ash as shell
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 8720019..4aa6abb 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -21,6 +21,7 @@ , "target_root": "defaults" , "target_file_name": "stage-0.TARGETS" , "rule_root": "rules" + , "bindings": {"busybox": "stage-0/busybox"} } , "rules/stage-1": { "repository": "rules" |