mirror of https://github.com/aredn/aredn.git
bugfix: Update url for admin downloads
Previous URL may not have latest firmware list.
This commit is contained in:
parent
917573cf95
commit
f52513aa15
|
@ -45,7 +45,7 @@ $patch_install = 0;
|
||||||
%fw_md5 = ();
|
%fw_md5 = ();
|
||||||
|
|
||||||
@serverpaths = (
|
@serverpaths = (
|
||||||
"http://broadband-hamnet.org/download/firmware/ubnt"
|
"http://downloads.bbhndev.org/firmware/ubnt"
|
||||||
);
|
);
|
||||||
|
|
||||||
# refresh fw
|
# refresh fw
|
||||||
|
|
Loading…
Reference in New Issue