mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
[backfire] broadcom-diag: merge SimpleTech SimpleShare fix from r22112
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e7085b58aa
commit
966bcf7074
@ -1095,7 +1095,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 */
|
||||
|
Loading…
Reference in New Issue
Block a user