OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 44... Line 44...
44 + }, 44 + },
45 +}; 45 +};
46 #endif /* CONFIG_BCM63XX_CPU_6318 */ 46 #endif /* CONFIG_BCM63XX_CPU_6318 */
Line 47... Line 47...
47 47
48 /* 48 /*
49 @@ -2155,6 +2194,7 @@ static const struct board_info __initcon 49 @@ -2203,6 +2242,7 @@ static const struct board_info __initcon
50 &board_96318ref, 50 &board_96318ref,
51 &board_96318ref_p300, 51 &board_96318ref_p300,
52 &board_dsl_2751b_d1, 52 &board_dsl_2751b_d1,
53 + &board_FAST2704N, 53 + &board_FAST2704N,
54 #endif 54 #endif
55 #ifdef CONFIG_BCM63XX_CPU_6328 55 #ifdef CONFIG_BCM63XX_CPU_6328
56 &board_96328avng, 56 &board_96328avng,
57 @@ -2252,6 +2292,7 @@ static struct of_device_id const bcm963x 57 @@ -2300,6 +2340,7 @@ static struct of_device_id const bcm963x
58 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, 58 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
59 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, 59 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
60 { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, }, 60 { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, },
61 + { .compatible = "sagem,f@st2704n", .data = &board_FAST2704N, }, 61 + { .compatible = "sagem,f@st2704n", .data = &board_FAST2704N, },