MT#16107 Provide firmware.booturl in bootstrap

Change-Id: I296c6b465af4219d4c73598692eec4bdee411e24
changes/25/3825/1
Andreas Granig 10 years ago
parent c6f589754a
commit 88dd69e012

@ -1496,6 +1496,8 @@ sub dev_field_bootstrap :Chained('/') :PathPart('device/autoprov/bootstrap') :Ar
# device to upgrade the firmware
baseurl => "http://" . $c->req->uri->host . ":" .
$c->req->uri->port . "/device/autoprov/firmware",
booturl => "http://" . $c->req->uri->host . ":" .
$c->req->uri->port . "/device/autoprov/firmware",
},
};

Loading…
Cancel
Save