diff --git a/files/etc/config.mesh/aredn b/files/etc/config.mesh/aredn index 32cd54a2..81d7aeb8 100644 --- a/files/etc/config.mesh/aredn +++ b/files/etc/config.mesh/aredn @@ -1,5 +1,5 @@ config downloads - option firmwarepath 'http://downloads.arednmesh.org/firmware/ubnt' + option firmwarepath 'http://downloads.arednmesh.org/firmware' config poe option passthrough '0' diff --git a/files/www/cgi-bin/advancedconfig b/files/www/cgi-bin/advancedconfig index 0ec39077..21635a49 100755 --- a/files/www/cgi-bin/advancedconfig +++ b/files/www/cgi-bin/advancedconfig @@ -66,7 +66,7 @@ push @setting, { key => "aredn.\@downloads[0].firmwarepath", type => "string", 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, { key => "aredn.\@poe[0].passthrough",