summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-12-08 16:25:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-12-08 16:25:41 +0000
commitfadddcc655ae334297dfbf0fd33c6d4b804de4ab (patch)
treec43811b43117f1f336b874bee01df3ccfe856ec4
parent8fd0b4373ca15d5327e21245d16d06e25dfddddd (diff)
downloadmaster-31e0f0ae-fadddcc655ae334297dfbf0fd33c6d4b804de4ab.tar.gz
master-31e0f0ae-fadddcc655ae334297dfbf0fd33c6d4b804de4ab.tar.bz2
master-31e0f0ae-fadddcc655ae334297dfbf0fd33c6d4b804de4ab.zip
Enable ohci on bcm96348gw
SVN-Revision: 13549
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c2
1 files changed, 2 insertions, 0 deletions
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