├── .gitignore ├── .gitmodules ├── README.md ├── images ├── 1.png ├── 2.png ├── 3.png └── 5.png ├── index.html ├── openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin └── openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin.2 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/README.md -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/images/3.png -------------------------------------------------------------------------------- /images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/images/5.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/index.html -------------------------------------------------------------------------------- /openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin -------------------------------------------------------------------------------- /openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollen/7688-embedded-linux/HEAD/openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin.2 --------------------------------------------------------------------------------