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