1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

broadcom-diag: detect more variants of SimpleTech SimpleShare

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22112 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-07-10 00:51:28 +00:00
parent 59da09e12d
commit 9aaa8ffe66

View File

@ -1101,7 +1101,7 @@ static struct platform_t __init *platform_detect(void)
return &platforms[TEW411BRPP];
}
if (startswith(boardnum, "04FN52")) /* SimpleTech SimpleShare */
if (startswith(boardnum, "04FN")) /* SimpleTech SimpleShare */
return &platforms[STI_NAS];
if (!strcmp(getvar("boardnum"), "10") && !strcmp(getvar("boardrev"), "0x13")) /* D-Link DWL-3150 */