From: Florian Fainelli Date: Sat, 27 Jun 2009 18:30:45 +0000 (+0000) Subject: fix a stupid typo preventing the board from being detected X-Git-Tag: reboot~23125 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=0bb3a46217d1866c870ade477cfbcdd416c9a5e2 fix a stupid typo preventing the board from being detected SVN-Revision: 16586 --- 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,