mirror of https://github.com/aredn/aredn.git
feature: change firmware download location (#488)
This commit is contained in:
parent
9d5f8a3a78
commit
5d672f5371
|
@ -1,5 +1,5 @@
|
||||||
config downloads
|
config downloads
|
||||||
option firmwarepath 'http://downloads.arednmesh.org/firmware/ubnt'
|
option firmwarepath 'http://downloads.arednmesh.org/firmware'
|
||||||
|
|
||||||
config poe
|
config poe
|
||||||
option passthrough '0'
|
option passthrough '0'
|
||||||
|
|
|
@ -66,7 +66,7 @@ push @setting, {
|
||||||
key => "aredn.\@downloads[0].firmwarepath",
|
key => "aredn.\@downloads[0].firmwarepath",
|
||||||
type => "string",
|
type => "string",
|
||||||
desc => "Specifies the URL of the location from which firmware files will be downloaded.",
|
desc => "Specifies the URL of the location from which firmware files will be downloaded.",
|
||||||
default => "http://downloads.arednmesh.org/firmware/ubnt"
|
default => "http://downloads.arednmesh.org/firmware"
|
||||||
};
|
};
|
||||||
push @setting, {
|
push @setting, {
|
||||||
key => "aredn.\@poe[0].passthrough",
|
key => "aredn.\@poe[0].passthrough",
|
||||||
|
|
Loading…
Reference in New Issue