diff --git a/system.c b/system.c index 7a4c24d..92824ef 100644 --- a/system.c +++ b/system.c @@ -283,6 +283,8 @@ static int system_board(struct ubus_context *ctx, struct ubus_object *obj, key = "builddate"; else if (!strcasecmp(key, "FIRMWARE_URL")) key = "firmware_url"; + else if (!strcasecmp(key, "OPENWRT_DEVICE_MANUFACTURER")) + key = "manufacturer"; else continue;