OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 48... Line 48...
48 + }, 48 + },
49 +}; 49 +};
50 #endif /* CONFIG_BCM63XX_CPU_6328 */ 50 #endif /* CONFIG_BCM63XX_CPU_6328 */
Line 51... Line 51...
51 51
52 /* 52 /*
53 @@ -918,6 +952,7 @@ static const struct board_info __initcon 53 @@ -966,6 +1000,7 @@ static const struct board_info __initcon
54 #endif 54 #endif
55 #ifdef CONFIG_BCM63XX_CPU_6328 55 #ifdef CONFIG_BCM63XX_CPU_6328
56 &board_96328avng, 56 &board_96328avng,
57 + &board_963281TAN, 57 + &board_963281TAN,
58 #endif 58 #endif
59 #ifdef CONFIG_BCM63XX_CPU_6338 59 #ifdef CONFIG_BCM63XX_CPU_6338
60 &board_96338gw, 60 &board_96338gw,
61 @@ -974,6 +1009,7 @@ static struct of_device_id const bcm963x 61 @@ -1022,6 +1057,7 @@ static struct of_device_id const bcm963x
62 { .compatible = "netgear,cvg834g", .data = &board_cvg834g, }, 62 { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
63 #endif 63 #endif
64 #ifdef CONFIG_BCM63XX_CPU_6328 64 #ifdef CONFIG_BCM63XX_CPU_6328
65 + { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, }, 65 + { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },