From 060a0cf338d6024eee37cc344c224fe3bcb78e81 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 20 Oct 2023 16:07:58 +0200 Subject: Initial commit --- etc/scripts/TARGETS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/scripts/TARGETS (limited to 'etc/scripts/TARGETS') diff --git a/etc/scripts/TARGETS b/etc/scripts/TARGETS new file mode 100644 index 0000000..1fb0454 --- /dev/null +++ b/etc/scripts/TARGETS @@ -0,0 +1,5 @@ +{ "bootstrap-busybox": + {"type": "install", "deps": [["TREE", null, "bootstrap-busybox"]]} +, "bootstrap-ar": {"type": "install", "deps": ["bootstrap-ar.sh"]} +, "bootstrap-make": {"type": "install", "deps": ["bootstrap-make.sh"]} +} -- cgit v1.2.3