mirror of https://github.com/aredn/aredn.git
feature: added board_id to output
This commit is contained in:
parent
8e1da4766a
commit
e8333f76ea
|
@ -53,6 +53,8 @@ $model=`/usr/local/bin/get_model`;
|
||||||
chomp($model);
|
chomp($model);
|
||||||
$info{"model"}=$model;
|
$info{"model"}=$model;
|
||||||
|
|
||||||
|
$info{"board_id"}=&hardware_boardid();
|
||||||
|
|
||||||
# ------- Firmware Manufacturer
|
# ------- Firmware Manufacturer
|
||||||
if (-e "/www/AREDN.png")
|
if (-e "/www/AREDN.png")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue