X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ae2cd78ff59d1050fd8fb022e1b7eb4c9a191ec3..7adfa6c810d6a6d031abf913dfc5baa9b6ee14af:/package/broadcom-diag/src/diag.c diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index 4ac271e5c..090fc5e3d 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -1142,16 +1142,18 @@ static struct platform_t __init *platform_detect(void) return &platforms[WRTSL54GS]; if (!strcmp(boardtype, "0x0472")) { - if(!strcmp(getvar("boot_hw_model"), "WRT150N")) + if(!strcmp(getvar("boot_hw_model"), "WRT150N")) { if(!strcmp(getvar("boot_hw_ver"), "1")) return &platforms[WRT150NV1]; else if(!strcmp(getvar("boot_hw_ver"), "1.1")) return &platforms[WRT150NV11]; - else if(!strcmp(getvar("boot_hw_model"), "WRT160N")) + } + else if(!strcmp(getvar("boot_hw_model"), "WRT160N")) { if(!strcmp(getvar("boot_hw_ver"), "1.0")) return &platforms[WRT160NV1]; else if(!strcmp(getvar("boot_hw_ver"), "3.0")) return &platforms[WRT160NV3]; + } } /* default to WRT54G */