Zaurus SL-C3200

build mt7601usta


參考資訊:
1. linux-3.11.3-borzoi

如下:

$ cd /tmp
$ wget https://github.com/steward-fu/sl-c700/releases/download/v1.2/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/sl-c700/releases/download/v1.2/linux-3.11.3_c3x00_defconfig
$ mv 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


返回上一頁