fix a copy-paste error
authorGabor Juhos <juhosg@openwrt.org>
Sun, 23 Sep 2007 14:04:46 +0000 (14:04 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 23 Sep 2007 14:04:46 +0000 (14:04 +0000)
SVN-Revision: 8979

target/linux/adm5120/files/arch/mips/adm5120/boards/mikrotik.c

index c09ad1a36a9eba96a40377144c0cc3d2bda58068..570ffb0cec4fe389c33ed540257b3ea4c4a4f371 100644 (file)
@@ -163,7 +163,7 @@ static struct adm5120_board rb153_board __initdata = {
        .devices        = rb1xx_devices,
 };
 
-static struct adm5120_board rb153_board __initdata = {
+static struct adm5120_board rb192_board __initdata = {
        .mach_type      = MACH_ADM5120_RB_192,
        .name           = "Mikrotik RouterBOARD 192",
        .board_setup    = rb1xx_setup,