summaryrefslogtreecommitdiff
path: root/toolchains/patch/busybox.TARGETS
blob: fba575cccc48fddda9c82d011f30a2fd18730875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "patch", "defaults"]
  , "PATCH": ["busybox/usr/bin/patch"]
  , "toolchain": ["staged-busybox"]
  , "PATH": ["/bin", "/usr/bin"]
  }
, "staged-busybox":
  {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]}
}