Skip to content

Commit

Permalink
webui: hardcoded firmware url in the code, better than storing in the…
Browse files Browse the repository at this point in the history
… nvram which is already running low
  • Loading branch information
zaloisio committed Dec 16, 2020
1 parent b308810 commit 73dfc76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(cfg_sync_support){
}
var download_srv = '<% nvram_get("firmware_server"); %>';
if (download_srv == "") {
download_url = "https://www.asuswrt-merlin.net/download";
download_url = "https://gnuton.github.io/asuswrt-merlin.ng/updates";
} else {
download_url = download_srv + "/" + based_modelid;
}
Expand Down

0 comments on commit 73dfc76

Please sign in to comment.