summaryrefslogtreecommitdiff
path: root/etc/defaults/shell/test.TARGETS
blob: 55ecb70eaf52d92e1d7cae6adb263281f0b8f777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "defaults":
  { "type": "defaults"
  , "sh": ["shell-busybox/bin/sh"]
  , "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"]]
  }
}