How to compile Oolite-v3.0 openwrt firmware
1.Download SDK
You can downloard our sdk on : http://www.ooioe.com/oolitev3/openwrt/openwrt-15.05-oolitev3.tar.gz
2.Unpack The Source Code
tar -zxvf openwrt-15.05-oolitev3.tar.gz
3.Compile the Oolite-v3.0 Firmware
1.james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05$ make menuconfig
2.james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05$ make V=99
3.You can find the firmware in this dir:
james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05$ cd bin/ramips/
james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05/bin/ramips$ ls -lh
total 33M
-rw-r–r– 1 james james 854 Dec 1 19:30 md5sums
-rw-r–r– 1 james james 5.1M Dec 1 19:30 openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin
-rw-r–r– 1 james james 5.1M Dec 1 19:30 openwrt-ramips-mt7688-oolite-v3-16MB-15.05-squashfs-sysupgrade.bin
-rw-r–r– 1 james james 5.1M Dec 1 19:30 openwrt-ramips-mt7688-oolite-v3-32MB-15.05-squashfs-sysupgrade.bin
-rw-r–r– 1 james james 5.1M Dec 1 19:30 openwrt-ramips-mt7688-oolite-v3-8MB-15.05-squashfs-sysupgrade.bin
-rw-r–r– 1 james james 3.9M Dec 1 19:30 openwrt-ramips-mt7688-root.squashfs
-rw-r–r– 1 james james 1.2M Dec 1 19:30 openwrt-ramips-mt7688-uImage.bin
-rwxr-xr-x 1 james james 3.6M Dec 1 19:30 openwrt-ramips-mt7688-vmlinux.bin
-rwxr-xr-x 1 james james 3.6M Dec 1 19:30 openwrt-ramips-mt7688-vmlinux.elf
drwxr-xr-x 8 james james 4.0K Dec 1 17:51 packages
-rw-r–r– 1 james james 1.3K Dec 1 19:30 sha256sums
-rwxr–r– 1 james james 180K Aug 20 2014 tftpd32.exe
james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05/bin/ramips$
4.How to add wifi driver for Oolite v3.0
(1).james@ubuntu:~/work/mtk/mt76x8/openwrt-15.05$ make menuconfig
(2). Add this config
Ralink SDK —>
<*> mtk-sdk-wifi
(3)Rebuild the firmware.
Comments
So empty here ... leave a comment!