From: Moritz Warning Date: Tue, 18 Feb 2020 13:42:51 +0000 (+0100) Subject: disable asu by default X-Git-Tag: v1.0.0^0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=594d37226945a1dc140f7fd047e801663a0e1293;p=web%2Ffirmware-selector-openwrt-org.git disable asu by default --- diff --git a/config.js b/config.js index bc233c6..63bfb09 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,6 @@ var config = { '19.07.1': 'names-19.07.1.json', '18.06.7': 'names-18.06.7.json' }, - // Optional: Attended Sysupgrade Feature - // Build custom images - asu_url: '/api/build' + // Build custom images (Attented Sysupgrade server) + //asu_url: '/api/build' };