projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edcb2d
)
disable asu by default
v1.0.0
author
Moritz Warning
<moritzwarning@web.de>
Tue, 18 Feb 2020 13:42:51 +0000
(14:42 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Tue, 18 Feb 2020 13:43:02 +0000
(14:43 +0100)
config.js
patch
|
blob
|
history
diff --git
a/config.js
b/config.js
index bc233c65e7e029e96835f8be360747e5ddc17dfb..63bfb0983bb85e585c87793fd4c43d2e5a2e5c47 100644
(file)
--- 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'
};