OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -1994,6 +1994,59 @@ static struct board_info __initdata boar 3 @@ -2042,6 +2042,59 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct sprom_fixup __initdata vr3026e_fixups[] = { 7 +static struct sprom_fixup __initdata vr3026e_fixups[] = {
Line 58... Line 58...
58 +}; 58 +};
59 + 59 +
60 static struct sprom_fixup __initdata wap5813n_fixups[] = { 60 static struct sprom_fixup __initdata wap5813n_fixups[] = {
61 { .offset = 97, .value = 0xfeed }, 61 { .offset = 97, .value = 0xfeed },
62 { .offset = 98, .value = 0x15d1 }, 62 { .offset = 98, .value = 0x15d1 },
63 @@ -2274,6 +2327,7 @@ static const struct board_info __initcon 63 @@ -2322,6 +2375,7 @@ static const struct board_info __initcon
64 &board_P870HW51A_V2, 64 &board_P870HW51A_V2,
65 &board_VR3025u, 65 &board_VR3025u,
66 &board_VR3025un, 66 &board_VR3025un,
67 + &board_VR3026e, 67 + &board_VR3026e,
68 &board_WAP5813n, 68 &board_WAP5813n,
69 #endif 69 #endif
70 #ifdef CONFIG_BCM63XX_CPU_63268 70 #ifdef CONFIG_BCM63XX_CPU_63268
71 @@ -2374,6 +2428,7 @@ static struct of_device_id const bcm963x 71 @@ -2422,6 +2476,7 @@ static struct of_device_id const bcm963x
72 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, 72 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
73 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, }, 73 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
74 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, }, 74 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
75 + { .compatible = "comtrend,vr-3026e", .data = &board_VR3026e, }, 75 + { .compatible = "comtrend,vr-3026e", .data = &board_VR3026e, },
76 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, 76 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },