To host all the possible packages built for pistachio target, we need this build-all CI system.So that one can install the required package on the Ci40 without building it manually.
Create a directory to clone this CI repository which has openwrt as submodule :-
$ mkdir openwrt-ci
$ cd openwrt-ci
$ git clone https://github.com/Creatordev/ci.git --recursive
For CA8210:
$ make openwrt P=creator-platform-default-cascoda.config V=s
For CC2520:
$ make openwrt P=creator-platform-default.config V=s
For CA8210:
$ make openwrt P=creator-platform-all-cascoda.config V=s
For CC2520:
$ make openwrt P=creator-platform-all.config V=s
$ make openwrt T=<tag_version> P=<config_file> V=s
e.g.
$ make openwrt T=0.9.6 P=creator-platform-all-cascoda.config V=s
$ make openwrt T=0.9.6 P=creator-platform-default-cascoda.config V=s