From: florian Date: Mon, 8 Dec 2008 16:25:41 +0000 (+0000) Subject: Enable ohci on bcm96348gw X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/4e6eab38e56217a443afa9c05bcfa3ff224870a1 Enable ohci on bcm96348gw git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13549 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 42e0e9723..599ec5d28 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