HowTo: build a image for Oolite V5.1 with OpenWRT
please follow those instructions to build a image for Oolite V5.1 : 1. get openwrt source from https://github.com/openwrt/openwrt.git >> git clone https://github.com/openwrt/openwrt.git 2. reset git to 8e1065d681daff321f715ce5c6c172c12036bd6f >> git reset –hard 8e1065d681daff321f715ce5c6c172c12036bd6f 3. install openwrt packages >> ./scripts/feeds update -a && ./scripts/feeds install -a 4. apply patch oolitev5.1-16m.patch , please see attachment oolitev5.1-16m >> git apply –stat oolitev5.1-16m.patch … read more »