|
楼主 |
发表于 2011-9-15 21:05
|
显示全部楼层
本帖最后由 gz828 于 2011-9-15 21:06 编辑
11# jeff2229
已经收到,刷上还是找不到USB,请问有没有按WIKI上的改,我是要LUCI的介面,你做这个不是,好像是xwt的。
我用猫大的U-BOOT加941N的OP是可以找到USB,说明硬件已经改成功,但猫大的U-BOOT不支持有线芯片,所以用不了有线。
WIKI上的说明:
Part 1: Software
Download svn source code
Edit file target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c
Add line #include "dev-usb.h" after line #include "dev-leds-gpio.h"
Add line ar71xx_add_device_usb(); before line "if (nvram_parse_mac_addr(…."
Edit file target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
Add line ar71xx_pll_wr(0x08, 0x00001030); before line ar71xx_detect_mem_size();
Run 'make menuconfig' and select platform/profile and other options (usb-core,
usb-storage, usb2.0, block-extroot, etc - all what you want)
Compile image and flash it to router. |
|