32740e0d38d4ab6c0aad851414ce6da830399373
[web/firmware-selector-openwrt-org.git] / www / config.js
1 /* exported config */
2
3 var config = {
4 // Default language, see i18n.js
5 language: "en",
6 // Show help text for images
7 showHelp: true,
8 // Image overview file or path to the ASU API
9 versions: {
10 SNAPSHOT: "../misc/snapshot/overview.json",
11 "19.07.1": "../misc/19.07.1/overview.json",
12 "18.06.7": "../misc/18.06.7/overview.json",
13 },
14 // Build custom images
15 // See https://github.com/aparcar/asu
16 //asu_url: 'https://chef.libremesh.org'
17 };