OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 73... Line 73...
73 + }, 73 + },
74 +}; 74 +};
75 #endif /* CONFIG_BCM63XX_CPU_6318 */ 75 #endif /* CONFIG_BCM63XX_CPU_6318 */
Line 76... Line 76...
76 76
77 /* 77 /*
78 @@ -1991,6 +2059,7 @@ static const struct board_info __initcon 78 @@ -2039,6 +2107,7 @@ static const struct board_info __initcon
79 #ifdef CONFIG_BCM63XX_CPU_6318 79 #ifdef CONFIG_BCM63XX_CPU_6318
80 &board_96318ref, 80 &board_96318ref,
81 &board_96318ref_p300, 81 &board_96318ref_p300,
82 + &board_dsl_2751b_d1, 82 + &board_dsl_2751b_d1,
83 #endif 83 #endif
84 #ifdef CONFIG_BCM63XX_CPU_6328 84 #ifdef CONFIG_BCM63XX_CPU_6328
85 &board_96328avng, 85 &board_96328avng,
86 @@ -2084,6 +2153,7 @@ static struct of_device_id const bcm963x 86 @@ -2132,6 +2201,7 @@ static struct of_device_id const bcm963x
87 #ifdef CONFIG_BCM63XX_CPU_6318 87 #ifdef CONFIG_BCM63XX_CPU_6318
88 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, 88 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
89 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, 89 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
90 + { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, }, 90 + { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, },