sbhnet 发表于 2005-9-16 01:25:43

编译ASUS无线GPL_1950

[这个贴子最后由YES东在 2005/09/16 01:02pm 第 1 次编辑]


Download Asus GPL, patched toolchain and firmware source
Asus GPL source code available at ASUS site for firmware 1.9.5.0
Toolchain http://www.belkin.com/support/gpl/hnd-tools-3.2.3.m.tgz
Addver command
Prepare the kernel tree, toolchain and environment
Unpack ASUS GPL_1950.zip to root dir
Unpack Toolchain
tar -C /opt/brcm -xjf hnd-tools-3.2.3.m.tgz
# cd /opt/brcm && ln -s hndtools-mipsel-uclibc-3.2.3 /opt/brcm/hndtools-mipsel-uclibc
#ln -s hndtools-mipsel-linux-3.2.3 /opt/brcm/hndtools-mipsel-uclibc
Set Path
#export PATH=$PATH:/opt/brcm/hndtools-mipsel-uclibc/bin:/opt/brcm/hndtools-mipsel-linux/bin:/root/broadcom/tools
Compiling the firmware
modify /root/broadcom/src/router/ov51x/Makefile to /root/broadcom/src/linux/linux/include
cd /root/broadcom/src/linux/linux
make kernel
make
make modules
cd /root/broadcom/src/router
make
make image-WL500b
页: [1]
查看完整版本: 编译ASUS无线GPL_1950