openwrt-image-buildomatic icon indicating copy to clipboard operation
openwrt-image-buildomatic copied to clipboard

Script that uses OpenWRT Image Builder and config file to build OpenWRT device image (for RPi 4) in seconds

Results 3 openwrt-image-buildomatic issues
Sort by recently updated
recently updated
newest added

``` $ docker run --rm --platform linux/amd64 -v "$(pwd)"/bin/:/home/build/openwrt/bin -it openwrtorg/imagebuilder build@63eed80834b0:~/openwrt$ cd build@63eed80834b0:~$ git clone https://github.com/mmeisner/openwrt-image-buildomatic build@63eed80834b0:~$ cd openwrt-image-buildomatic build@63eed80834b0:~/openwrt-image-buildomatic$ ./oi-build -b -c rpi-4 Loaded config configs/common Loaded config...

ive tried to build this on wsl but with limited success. can you please let me know about what is going wrong ? ![image](https://user-images.githubusercontent.com/28252539/129875196-0ed9a5a1-091f-44e8-8302-4f44041da25f.png)

Several questions from a Linux novice... 1. Can buildomatic run on any version of Linux? 2. Can buidomatic run on a Pi running Raspbian? 3. How much disk space is...