OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 24... Line 24...
24 + }, 24 + },
25 +}; 25 +};
26 #endif /* CONFIG_BCM63XX_CPU_6345 */ 26 #endif /* CONFIG_BCM63XX_CPU_6345 */
Line 27... Line 27...
27 27
28 /* 28 /*
29 @@ -1395,6 +1414,7 @@ static const struct board_info __initcon 29 @@ -1443,6 +1462,7 @@ static const struct board_info __initcon
30 #ifdef CONFIG_BCM63XX_CPU_6345 30 #ifdef CONFIG_BCM63XX_CPU_6345
31 &board_96345gw2, 31 &board_96345gw2,
32 &board_rta770bw, 32 &board_rta770bw,
33 + &board_rta770w, 33 + &board_rta770w,
34 #endif 34 #endif
35 #ifdef CONFIG_BCM63XX_CPU_6348 35 #ifdef CONFIG_BCM63XX_CPU_6348
36 &board_96348r, 36 &board_96348r,
37 @@ -1469,6 +1489,7 @@ static struct of_device_id const bcm963x 37 @@ -1517,6 +1537,7 @@ static struct of_device_id const bcm963x
38 #ifdef CONFIG_BCM63XX_CPU_6345 38 #ifdef CONFIG_BCM63XX_CPU_6345
39 { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, }, 39 { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
40 { .compatible = "dynalink,rta770bw", .data = &board_rta770bw, }, 40 { .compatible = "dynalink,rta770bw", .data = &board_rta770bw, },
41 + { .compatible = "dynalink,rta770w", .data = &board_rta770w, }, 41 + { .compatible = "dynalink,rta770w", .data = &board_rta770w, },