Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/firmware-selector-openwrt-org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2022-07-29 17:41:17 +0300
committerPaul Spooren <mail@aparcar.org>2022-07-29 17:41:17 +0300
commit0ba0896a39844dafba6ad05aa27e6fb85e515940 (patch)
tree7ced7f2a52d148fa8e9be749901685cf88aa1a09
parent940e181d87d887d5ee83c6a2d8cd6419f5520eec (diff)
parentce7243c30625d841431103b66e13f01e43c1b36f (diff)
Merge branch 'disable_asu' into 'master'
www/config.js: really disable asu by default See merge request openwrt/web/firmware-selector-openwrt-org!107
-rw-r--r--www/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/config.js b/www/config.js
index 9c4d903..561c516 100644
--- a/www/config.js
+++ b/www/config.js
@@ -21,5 +21,5 @@ var config = {
info_url: "https://openwrt.org/start?do=search&id=toh&q={title} @toh",
// Attended Sysupgrade Server support (optional)
- asu_url: "https://sysupgrade.openwrt.org",
+ //asu_url: "https://sysupgrade.openwrt.org",
};