feature: change firmware download location (#488)

This commit is contained in:
dman776 2020-02-26 22:59:13 -06:00 committed by GitHub
parent 9d5f8a3a78
commit 5d672f5371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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",