summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/files
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
commit0bb3a46217d1866c870ade477cfbcdd416c9a5e2 (patch)
treebbe6b33b58b8bd92364331e8432fdbbd5c6d0503 /target/linux/brcm63xx/files
parentbcc1dd7f996f4057374c3eb776c4624ab3659474 (diff)
downloadmtk-20170518-0bb3a46217d1866c870ade477cfbcdd416c9a5e2.zip
mtk-20170518-0bb3a46217d1866c870ade477cfbcdd416c9a5e2.tar.gz
mtk-20170518-0bb3a46217d1866c870ade477cfbcdd416c9a5e2.tar.bz2
fix a stupid typo preventing the board from being detected
SVN-Revision: 16586
Diffstat (limited to 'target/linux/brcm63xx/files')
-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 92d46e7..98c9005 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,