diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/shell/stage-1.TARGETS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/defaults/shell/stage-1.TARGETS b/etc/defaults/shell/stage-1.TARGETS new file mode 100644 index 0000000..55ecb70 --- /dev/null +++ b/etc/defaults/shell/stage-1.TARGETS @@ -0,0 +1,16 @@ +{ "defaults": + { "type": "defaults" + , "sh": ["shell-busybox/bin/sh"] + , "toolchain": ["shell-busybox"] + , "bin dirs": + [ "shell-busybox/bin" + , "shell-busybox/sbin" + , "shell-busybox/usr/bin" + , "shell-busybox/usr/sbin" + ] + } +, "shell-busybox": + { "type": "install" + , "dirs": [[["@", "busybox", "", "busybox"], "shell-busybox"]] + } +} |