summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-08 16:25:41 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-08 16:25:41 +0000
commit4e6eab38e56217a443afa9c05bcfa3ff224870a1 (patch)
tree708f2720a83f4d1ed1d674868ff17dc9499842ac
parentba0bfea873528a0475a8a359d57a3fe3972df07b (diff)
Enable ohci on bcm96348gw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13549 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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