broadcom-diag: detect more variants of SimpleTech SimpleShare
authorFelix Fietkau <nbd@openwrt.org>
Sat, 10 Jul 2010 00:51:28 +0000 (00:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 10 Jul 2010 00:51:28 +0000 (00:51 +0000)
SVN-Revision: 22112

package/broadcom-diag/src/diag.c

index 520454ec82a07969a0de2d51a345a8bf3f95ad8d..6a95a8afb3e6a310c2707a3e8ec8a66ab51363c8 100644 (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 */