From 5d672f537193220266199eb3d84f522bd115499a Mon Sep 17 00:00:00 2001 From: dman776 Date: Wed, 26 Feb 2020 22:59:13 -0600 Subject: [PATCH] feature: change firmware download location (#488) --- files/etc/config.mesh/aredn | 2 +- files/www/cgi-bin/advancedconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",