參考資訊:
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/quickreflex/rtl8188eus
$ cd rtl8188eus
$ vim Makefile +1905
ARCH=arm
CROSS_COMPILE=arm-none-linux-gnueabi-
KSRC=/tmp/linux-3.11.3-borzoi
$ make -j4