aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-27 18:30:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-27 18:30:45 +0000
commit53035bf4e2e71d6e16aee62a96d005335fd0fd12 (patch)
tree8c5b9503b7d7cd2f71cb11f3648b0675887b57c6 /target
parentd1867359ac4d8e0aecc5832c09ae04fb22a15ab1 (diff)
downloadmaster-187ad058-53035bf4e2e71d6e16aee62a96d005335fd0fd12.tar.gz
master-187ad058-53035bf4e2e71d6e16aee62a96d005335fd0fd12.tar.bz2
master-187ad058-53035bf4e2e71d6e16aee62a96d005335fd0fd12.zip
[brcm63xx] fix a stupid typo preventing the board from being detected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16586 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
index 92d46e7628..98c9005940 100644
--- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -56,7 +56,7 @@ static struct board_info __initdata board_96338gw = {
};
static struct board_info __initdata board_96338w = {
- .name = "9338W",
+ .name = "96338W",
.expected_cpu_id = 0x6338,
.has_enet0 = 1,