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:
4cde363
)
add comment for asu_build option
author
Moritz Warning
<moritzwarning@web.de>
Mon, 17 Feb 2020 10:07:06 +0000
(11:07 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Mon, 17 Feb 2020 10:08:40 +0000
(11:08 +0100)
config.js
patch
|
blob
|
history
diff --git
a/config.js
b/config.js
index a894147891d27a1fb22043bfdbb9ae24381047e0..bc233c65e7e029e96835f8be360747e5ddc17dfb 100644
(file)
--- a/
config.js
+++ b/
config.js
@@
-11,5
+11,7
@@
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'
};