From: Florian Fainelli Date: Mon, 8 Dec 2008 16:25:41 +0000 (+0000) Subject: Enable ohci on bcm96348gw X-Git-Tag: reboot~25046 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fadddcc655ae334297dfbf0fd33c6d4b804de4ab;p=oweals%2Fopenwrt.git Enable ohci on bcm96348gw SVN-Revision: 13549 --- diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index 42e0e97231..599ec5d286 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -112,6 +112,8 @@ static struct board_info __initdata board_96348gw = { .force_speed_100 = 1, .force_duplex_full = 1, }, + + .has_ohci0 = 1, }; #endif