From c9b2e96909cb89f8bd91ef13ab7f89799783ae3b Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 12 Jul 2014 12:31:33 +0000 Subject: brcm63xx: Use model name for Comtrend AR-5387un MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 41586 --- target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch') diff --git a/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch index 6866c84..bcbf50a 100644 --- a/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch +++ b/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch @@ -71,7 +71,7 @@ + }, +}; + - static struct board_info __initdata board_96328A_1441N1 = { + static struct board_info __initdata board_AR5387un = { .name = "96328A-1441N1", .expected_cpu_id = 0x6328, @@ -3152,6 +3219,7 @@ static const struct board_info __initcon @@ -79,6 +79,6 @@ #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, + &board_96328A_1241N, - &board_96328A_1441N1, + &board_AR5387un, &board_963281TAN, &board_A4001N1, -- cgit v1.1