Hi,

> diff --git a/system.c b/system.c
> index 151f613..87ce2da 100644
> --- a/system.c
> +++ b/system.c
> @@ -65,6 +65,7 @@ static int system_board(struct ubus_context *ctx, struct 
> ubus_object *obj,
>  
>                       if (!strcasecmp(key, "system type") ||
>                           !strcasecmp(key, "processor") ||
> +                           !strcasecmp(key, "cpu") ||

Tabs vs. spaces

>                           !strcasecmp(key, "model name"))
>                       {
>                               strtoul(val + 2, &key, 0);
> 


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

Reply via email to