OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -576,6 +576,7 @@ static struct board_info __initdata boar 3 @@ -592,6 +592,7 @@ static struct board_info __initdata boar
4 .has_ohci0 = 1, 4 .has_ohci0 = 1,
5 .has_pccard = 1, 5 .has_pccard = 1,
6 .has_ehci0 = 1, 6 .has_ehci0 = 1,
7 + .num_usbh_ports = 2, 7 + .num_usbh_ports = 2,
8 8
9 .leds = { 9 .leds = {
10 { 10 {
11   11