summaryrefslogtreecommitdiff
path: root/toolchains/shell/busybox.TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/shell/busybox.TARGETS')
-rw-r--r--toolchains/shell/busybox.TARGETS22
1 files changed, 20 insertions, 2 deletions
diff --git a/toolchains/shell/busybox.TARGETS b/toolchains/shell/busybox.TARGETS
index a2a686c..70e6132 100644
--- a/toolchains/shell/busybox.TARGETS
+++ b/toolchains/shell/busybox.TARGETS
@@ -1,3 +1,21 @@
-{ "defaults": {"type": "export", "target": "defaults (unexported)"}
-, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]}
+{ "defaults":
+ { "type": "export"
+ , "target": "defaults (unexported)"
+ , "flexible_config":
+ ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
+ }
+, "defaults (unexported)":
+ { "type": ["@", "rules", "shell", "defaults"]
+ , "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"]]
+ }
}