-
Fetch or Build the Container
docker build -t c3l-sdk docker run -it --rm -v $PWD:/home/openwrt/openwrt c3l-sdkor
docker run -it --rm -v $PWD:/home/openwrt/openwrt jayconsystems/c3l-sdk -
Initialize the container (only needed the first time)
./scripts/feeds update -a ./scripts/feeds install bluez-libs expat glib2 dbus c3listener libical -
Select a build target
cp whitebox.config .configor
cp chiwawa.config .config -
Build
make defconfig make
-
Start container
docker run -it --rm -v $PWD:/home/openwrt/openwrt c3l-sdk -
Update c3 software
./scripts/feeds update -a -
Build
make
git pull git://git.openwrt.org/openwrt.git master`
git rebase master`
fix any CONFLICTS
make