[backfire] broadcom-diag: merge SimpleTech SimpleShare fix from r22112
[openwrt-10.03/.git] / package / broadcom-diag / src / diag.c
index 27a3ee438c5126ad408dc2870a75d9d08b9401f1..4ee734b7d7c0588dc46b96ce0a705599efe907a6 100644 (file)
@@ -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 */