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 @@ -225,6 +225,33 @@ static struct board_info __initdata boar 3 @@ -233,6 +233,33 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_CPVA502plus = { 7 +static struct board_info __initdata board_CPVA502plus = {
Line 32... Line 32...
32 + }, 32 + },
33 +}; 33 +};
Line 34... Line 34...
34 34
35 static struct board_info __initdata board_ct536_ct5621 = { 35 static struct board_info __initdata board_ct536_ct5621 = {
36 .name = "CT536_CT5621", 36 .name = "CT536_CT5621",
37 @@ -801,6 +828,7 @@ static const struct board_info __initcon 37 @@ -849,6 +876,7 @@ static const struct board_info __initcon
38 &board_V2110, 38 &board_V2110,
39 &board_ct536_ct5621, 39 &board_ct536_ct5621,
40 &board_96348A_122, 40 &board_96348A_122,
41 + &board_CPVA502plus, 41 + &board_CPVA502plus,
Line 42... Line 42...
42 #endif 42 #endif
43 43
44 #ifdef CONFIG_BCM63XX_CPU_6358 44 #ifdef CONFIG_BCM63XX_CPU_6358
45 @@ -853,6 +881,7 @@ static struct of_device_id const bcm963x 45 @@ -901,6 +929,7 @@ static struct of_device_id const bcm963x
46 { .compatible = "t-com,spw500v", .data = &board_spw500v, }, 46 { .compatible = "t-com,spw500v", .data = &board_spw500v, },
47 { .compatible = "tecom,gw6000", .data = &board_gw6000, }, 47 { .compatible = "tecom,gw6000", .data = &board_gw6000, },
48 { .compatible = "tecom,gw6200", .data = &board_gw6200, }, 48 { .compatible = "tecom,gw6200", .data = &board_gw6200, },