On 2011-01-29 1:45 PM, Bastian Bittorf wrote:
> sorry for call up the deads, but during fiddling
> with 10 devices we recognized, that they all where
> not detected correctly, because of a missing nvram-var.
> 
> this patch makes it work without the var.
> 
> Signed-off-by: Bastian Bittorf <bitt...@bluebottle.com>


> @@ -1077,6 +1077,9 @@ static struct platform_t __init *platform_detect(void)
>                       if (simple_strtoul(boardnum, NULL, 0) == 2)
>                               return &platforms[WAP54GV1];
>               }
> +             if (!strcmp(boardnum, "44") && !strcmp(boardtype,"bcm94710ap"))
> +                     return &platforms[TM2300]; /* Dell TrueMobile 2300 v1 
> (ModelId unset) */
> +
I'm pretty sure I've seen that combination on other devices as well, I
don't think it's a reliable indicator for the Dell device. Can you look
for any other variables that might be more suitable for this?

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to