broadcom-diag: detect more variants of SimpleTech SimpleShare
SVN-Revision: 22112
This commit is contained in:
parent
fbff44c98a
commit
c788e49ab7
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ static struct platform_t __init *platform_detect(void)
|
||||||
return &platforms[TEW411BRPP];
|
return &platforms[TEW411BRPP];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (startswith(boardnum, "04FN52")) /* SimpleTech SimpleShare */
|
if (startswith(boardnum, "04FN")) /* SimpleTech SimpleShare */
|
||||||
return &platforms[STI_NAS];
|
return &platforms[STI_NAS];
|
||||||
|
|
||||||
if (!strcmp(getvar("boardnum"), "10") && !strcmp(getvar("boardrev"), "0x13")) /* D-Link DWL-3150 */
|
if (!strcmp(getvar("boardnum"), "10") && !strcmp(getvar("boardrev"), "0x13")) /* D-Link DWL-3150 */
|
||||||
|
|
Loading…
Reference in a new issue