1 diff -Nur linux-2.6.23/arch/arm/mach-ixp4xx/wg302v2-setup.c linux-2.6.23-owrt/arch/arm/mach-ixp4xx/wg302v2-setup.c
2 --- linux-2.6.23/arch/arm/mach-ixp4xx/wg302v2-setup.c 2007-10-09 22:31:38.000000000 +0200
3 +++ linux-2.6.23-owrt/arch/arm/mach-ixp4xx/wg302v2-setup.c 2007-10-22 15:02:20.000000000 +0200
5 .resource = &wg302v2_uart_resource,
8 +/* Built-in 10/100 Ethernet MAC interfaces */
9 +static struct eth_plat_info wg302_plat_eth[] = {
17 +static struct platform_device wg302_eth[] = {
19 + .name = "ixp4xx_eth",
20 + .id = IXP4XX_ETH_NPEB,
21 + .dev.platform_data = wg302_plat_eth,
25 static struct platform_device *wg302v2_devices[] __initdata = {
31 static void __init wg302v2_init(void)