diff options
Diffstat (limited to 'toolchains/patch/busybox.TARGETS')
-rw-r--r-- | toolchains/patch/busybox.TARGETS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchains/patch/busybox.TARGETS b/toolchains/patch/busybox.TARGETS new file mode 100644 index 0000000..5581cb7 --- /dev/null +++ b/toolchains/patch/busybox.TARGETS @@ -0,0 +1,9 @@ +{ "defaults": + { "type": ["@", "rules", "patch", "defaults"] + , "PATCH": ["busybox/usr/bin/patch"] + , "toolchain": ["staged-busybox"] + , "PATH": ["/bin"] + } +, "staged-busybox": + {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]} +} |