OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 60... Line 60...
60 + }, 60 + },
61 +}; 61 +};
62 #endif /* CONFIG_BCM63XX_CPU_6328 */ 62 #endif /* CONFIG_BCM63XX_CPU_6328 */
Line 63... Line 63...
63 63
64 /* 64 /*
65 @@ -953,6 +998,7 @@ static const struct board_info __initcon 65 @@ -1001,6 +1046,7 @@ static const struct board_info __initcon
66 #ifdef CONFIG_BCM63XX_CPU_6328 66 #ifdef CONFIG_BCM63XX_CPU_6328
67 &board_96328avng, 67 &board_96328avng,
68 &board_963281TAN, 68 &board_963281TAN,
69 + &board_dsl_274xb_f1, 69 + &board_dsl_274xb_f1,
70 #endif 70 #endif
71 #ifdef CONFIG_BCM63XX_CPU_6338 71 #ifdef CONFIG_BCM63XX_CPU_6338
72 &board_96338gw, 72 &board_96338gw,
73 @@ -1011,6 +1057,7 @@ static struct of_device_id const bcm963x 73 @@ -1059,6 +1105,7 @@ static struct of_device_id const bcm963x
74 #ifdef CONFIG_BCM63XX_CPU_6328 74 #ifdef CONFIG_BCM63XX_CPU_6328
75 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, }, 75 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
76 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, }, 76 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
77 + { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, 77 + { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },