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 @@ -501,6 +501,22 @@ static struct board_info __initdata boar 3 @@ -533,6 +533,22 @@ static struct board_info __initdata boar
4 .has_ehci0 = 1, 4 .has_ehci0 = 1,
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_FAST2604 = { 7 +static struct board_info __initdata board_FAST2604 = {
Line 21... Line 21...
21 +}; 21 +};
22 + 22 +
23 static struct board_info __initdata board_rta1025w_16 = { 23 static struct board_info __initdata board_rta1025w_16 = {
24 .name = "RTA1025W_16", 24 .name = "RTA1025W_16",
25 .expected_cpu_id = 0x6348, 25 .expected_cpu_id = 0x6348,
26 @@ -1114,6 +1130,7 @@ static const struct board_info __initcon 26 @@ -1162,6 +1178,7 @@ static const struct board_info __initcon
27 &board_96348gw_10, 27 &board_96348gw_10,
28 &board_96348gw_11, 28 &board_96348gw_11,
29 &board_FAST2404, 29 &board_FAST2404,
30 + &board_FAST2604, 30 + &board_FAST2604,
31 &board_DV201AMR, 31 &board_DV201AMR,
32 &board_96348gw_a, 32 &board_96348gw_a,
33 &board_rta1025w_16, 33 &board_rta1025w_16,
34 @@ -1189,6 +1206,7 @@ static struct of_device_id const bcm963x 34 @@ -1237,6 +1254,7 @@ static struct of_device_id const bcm963x
35 { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, }, 35 { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
36 { .compatible = "netgear,dg834g-v4", .data = &board_96348W3, }, 36 { .compatible = "netgear,dg834g-v4", .data = &board_96348W3, },
37 { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, 37 { .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
38 + { .compatible = "sagem,f@st2604", .data = &board_FAST2604, }, 38 + { .compatible = "sagem,f@st2604", .data = &board_FAST2604, },
39 { .compatible = "t-com,spw500v", .data = &board_spw500v, }, 39 { .compatible = "t-com,spw500v", .data = &board_spw500v, },