diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:33 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:33 +0000 |
commit | c9b2e96909cb89f8bd91ef13ab7f89799783ae3b (patch) | |
tree | dd5a36c10a6bd43e0ffa7479df2731f9aa6d62d0 /target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch | |
parent | aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba (diff) | |
download | upstream-c9b2e96909cb89f8bd91ef13ab7f89799783ae3b.tar.gz upstream-c9b2e96909cb89f8bd91ef13ab7f89799783ae3b.tar.bz2 upstream-c9b2e96909cb89f8bd91ef13ab7f89799783ae3b.zip |
brcm63xx: Use model name for Comtrend AR-5387un
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41586
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 6866c84f08..bcbf50a843 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, |