From 43bdeca5797634445be668454097a00c9c67f066 Mon Sep 17 00:00:00 2001 From: jogo Date: Mon, 4 Jun 2012 08:35:25 +0000 Subject: bcm63xx: fix ethernet on 96328avng and 963281TAN The internal switch did not get registered. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32041 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../522-MIPS-BCM63XX-add-96328avng-reference-board.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch') diff --git a/target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch b/target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch index 41ac44560..32c1b1d85 100644 --- a/target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch +++ b/target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch @@ -4,12 +4,12 @@ Date: Tue, 29 May 2012 10:52:25 +0200 Subject: [PATCH] MIPS: BCM63XX: add 96328avng reference board --- - arch/mips/bcm63xx/boards/board_bcm963xx.c | 75 +++++++++++++++++++++++++++++ - 1 files changed, 75 insertions(+), 0 deletions(-) + arch/mips/bcm63xx/boards/board_bcm963xx.c | 77 +++++++++++++++++++++++++++++ + 1 files changed, 77 insertions(+), 0 deletions(-) --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -54,6 +54,78 @@ +@@ -54,6 +54,80 @@ static struct board_info board; /* @@ -23,6 +23,8 @@ Subject: [PATCH] MIPS: BCM63XX: add 96328avng reference board + .has_uart0 = 1, + .has_pci = 1, + ++ .has_enetsw = 1, ++ + .enetsw = { + .used_ports = { + [0] = { @@ -88,7 +90,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 96328avng reference board * known 6338 boards */ #ifdef CONFIG_BCM63XX_CPU_6338 -@@ -2160,6 +2232,9 @@ static struct board_info __initdata boar +@@ -2160,6 +2234,9 @@ static struct board_info __initdata boar * all boards */ static const struct board_info __initdata *bcm963xx_boards[] = { -- cgit v1.2.3