/mips-sphairon-linux-uclibc-v2013.03

Zyxel "mips-sphairon-linux-uclibc-v2013.03" toolchain for building VMG8825-D70B firmware

Primary LanguageC++

------------------------------------------------------------
                         Readme
------------------------------------------------------------
Prerequisite:
Install Ubuntu 14.04 64Bit

1. install toolchain
sudo tar jxf mips-sphairon-linux-uclibc-v2013.03.tar.bz2 -C /opt

2. install required tools
sudo ./install.sh

3. unpack software package
tar xzf <software package>

4. run make in software package directory
   (check path settings in Makefile)
cd <software package path> && make

------------------------------------------------------------