From: florian Date: Sun, 7 Jun 2009 09:28:29 +0000 (+0000) Subject: [package] fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=20f06f43fcd9feae6b62adc20d95767a87c6814c [package] fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16367 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index 96894da0a..c8c0e34ab 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -781,6 +781,8 @@ static struct platform_t __init *platform_detect(void) if ((buf = nvram_get("ModelId"))) { if (!strcmp(buf, "WR850GP")) return &platforms[WR850GP]; + if (!strcmp(buf, "WR850G")) + return &platforms[WR850GV2V3]; if (!strcmp(buf, "WX-5565") && !strcmp(getvar("boardtype"),"bcm94710ap")) return &platforms[TM2300]; /* Dell TrueMobile 2300 */ if (startswith(buf,"WE800G")) /* WE800G* */