1 2 3 4 5 6 7 8 9
{ "defaults": { "type": ["@", "rules", "patch", "defaults"] , "PATCH": ["busybox/usr/bin/patch"] , "toolchain": ["staged-busybox"] , "PATH": ["/bin"] } , "staged-busybox": {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]} }