OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
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 @@ -874,6 +874,30 @@ static struct board_info __initdata boar 3 @@ -922,6 +922,30 @@ static struct board_info __initdata boar
4 .num_usbh_ports = 2, 4 .num_usbh_ports = 2,
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_ct6373_1 = { 7 +static struct board_info __initdata board_ct6373_1 = {
Line 29... Line 29...
29 +}; 29 +};
30 + 30 +
31 static struct board_info __initdata board_HW553 = { 31 static struct board_info __initdata board_HW553 = {
32 .name = "HW553", 32 .name = "HW553",
33 .expected_cpu_id = 0x6358, 33 .expected_cpu_id = 0x6358,
34 @@ -1058,6 +1082,7 @@ static const struct board_info __initcon 34 @@ -1106,6 +1130,7 @@ static const struct board_info __initcon
35 &board_dsl_274xb_rev_c, 35 &board_dsl_274xb_rev_c,
36 &board_nb4_ser_r0, 36 &board_nb4_ser_r0,
37 &board_nb4_fxc_r1, 37 &board_nb4_fxc_r1,
38 + &board_ct6373_1, 38 + &board_ct6373_1,
39 &board_HW553, 39 &board_HW553,
40 &board_spw303v, 40 &board_spw303v,
41 #endif 41 #endif
42 @@ -1116,6 +1141,7 @@ static struct of_device_id const bcm963x 42 @@ -1164,6 +1189,7 @@ static struct of_device_id const bcm963x
43 { .compatible = "alcatel,rg100a", .data = &board_96358vw2, }, 43 { .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
44 { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, }, 44 { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
45 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, }, 45 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
46 + { .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, }, 46 + { .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
47 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, 47 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },