HowTo: build a image for Miniboxv3.0 with OpenWRT
please follow those instructions to build a image for Miniboxv3.0:
1. get openwrt source from https://git.archive.openwrt.org/15.05/openwrt.git
>> git clone https://git.archive.openwrt.org/15.05/openwrt.git
2. reset git to 9485d3dfa3796258faf9cff446eba5de612a1efe
>> git reset –hard 9485d3dfa3796258faf9cff446eba5de612a1efe
3. install openwrt packages
>> ./scripts/feeds update -a && ./scripts/feeds install -a
4. apply patch minibox_v3_cc15.05_20160325.patch , please see attachment minibox_v3_cc15.05_20160325
>> patch -p1 < minibox_v3_cc15.05_20160325.patch
5. run make menuconfig and select Target Profile <minibox v3>
6. run make kernel_menuconfig and select machine <minibox v3 board> only
7. run make to get new image for miniboxv3
Comments
So empty here ... leave a comment!