參考資訊:
https://github.com/greguu/linux-3.11.3-borzoi
步驟如下:
$ cd /tmp
$ wget https://github.com/steward-fu/website/releases/download/zaurus/toolchain_for_kernel_3.x.tar.gz
$ tar xvf toolchain_for_kernel_3.x.tar.gz
$ mv toolchain /opt/c3200
$ export PATH=$PATH:/opt/c3200/bin
$ cd /tmp
$ git clone https://github.com/greguu/linux-3.11.3-borzoi
$ cd linux-3.11.3-borzoi
$ wget https://github.com/steward-fu/website/releases/download/zaurus/src_linux-3.11.3_c3x00_defconfig
$ mv src_linux-3.11.3_c3x00_defconfig .config
$ ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- make all -j4
$ cd /tmp
$ git clone https://github.com/art567/mt7601usta
$ cd mt7601usta/src
$ vim Makefile +339
CROSS_COMPILE=arm-none-linux-gnueabi-
LINUX_SRC=/tmp/linux-3.11.3-borzoi
$ ARCH=arm make -j4