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 static struct board_info __initdata board_dsl_274xb_f1 = { 50 static struct board_info __initdata board_dsl_274xb_f1 = {
51 .name = "AW4339U", 51 .name = "AW4339U",
52 .expected_cpu_id = 0x6328, 52 .expected_cpu_id = 0x6328,
53 @@ -1111,6 +1154,7 @@ static const struct board_info __initcon 53 @@ -1159,6 +1202,7 @@ static const struct board_info __initcon
54 #ifdef CONFIG_BCM63XX_CPU_6328 54 #ifdef CONFIG_BCM63XX_CPU_6328
55 &board_96328avng, 55 &board_96328avng,
56 &board_963281TAN, 56 &board_963281TAN,
57 + &board_A4001N1, 57 + &board_A4001N1,
58 &board_dsl_274xb_f1, 58 &board_dsl_274xb_f1,
59 #endif 59 #endif
60 #ifdef CONFIG_BCM63XX_CPU_6338 60 #ifdef CONFIG_BCM63XX_CPU_6338
61 @@ -1176,6 +1220,7 @@ static struct of_device_id const bcm963x 61 @@ -1224,6 +1268,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 = "adb,a4001n1", .data = &board_A4001N1, }, 65 + { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
66 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, }, 66 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },