summaryrefslogtreecommitdiff
path: root/toolchains/patch/busybox.TARGETS
blob: 5581cb7dc9583d5797d8ba2df2bbdfbe413dc910 (plain)
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"]]}
}