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 | |
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')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/531-board_AR-5387un.patch (renamed from target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch) | 14 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch b/target/linux/brcm63xx/patches-3.10/531-board_AR-5387un.patch index 8c67994e6b..08062751e8 100644 --- a/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch +++ b/target/linux/brcm63xx/patches-3.10/531-board_AR-5387un.patch @@ -4,7 +4,7 @@ }, }; -+static struct board_info __initdata board_96328A_1441N1 = { ++static struct board_info __initdata board_AR5387un = { + .name = "96328A-1441N1", + .expected_cpu_id = 0x6328, + @@ -42,24 +42,24 @@ + + .leds = { + { -+ .name = "96328A-1441N1:green:power", ++ .name = "AR-5387un:green:power", + .gpio = 8, + .default_trigger = "default-on", + }, + { -+ .name = "96328A-1441N1:red:power", ++ .name = "AR-5387un:red:power", + .gpio = 4, + }, + { -+ .name = "96328A-1441N1:green:inet", ++ .name = "AR-5387un:green:inet", + .gpio = 7, + }, + { -+ .name = "96328A-1441N1:red:inet", ++ .name = "AR-5387un:red:inet", + .gpio = 1, + }, + { -+ .name = "96328A-1441N1:green:dsl", ++ .name = "AR-5387un:green:dsl", + .gpio = 11, + .active_low = 1, + }, @@ -84,7 +84,7 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, -+ &board_96328A_1441N1, ++ &board_AR5387un, &board_963281TAN, &board_A4001N1, &board_dsl_274xb_f1, 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, |