From 15af2b1b3059e8e1bf45f328bc773180a09e8abb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 26 Sep 2007 17:58:44 +0000 Subject: [PATCH] [adm5120] fix mach_type for the WP54G-WRT board SVN-Revision: 9040 --- target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c index bcc4ee71de..d1e2edd024 100644 --- a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c +++ b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c @@ -191,7 +191,7 @@ static struct adm5120_board wp54g_board __initdata = { }; static struct adm5120_board wp54g_wrt_board __initdata = { - .mach_type = MACH_ADM5120_WP54G, + .mach_type = MACH_ADM5120_WP54G_WRT, .name = "Compex WP54G-WRT", .board_setup = wp54_wrt_setup, .board_reset = wp54_reset, -- 2.30.2