mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
a01568fbd3
There is no driver and it crashes the kernel, so just remove it. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
11 lines
248 B
Diff
11 lines
248 B
Diff
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
@@ -626,6 +626,7 @@ static struct board_info __initdata boar
|
|
},
|
|
|
|
.has_ohci0 = 1,
|
|
+ .has_ehci0 = 1,
|
|
};
|
|
|
|
/* D-Link DSL-274xB revison C2/C3 */
|