add ASU compatibility

This commit is contained in:
Sudhanshu Gautam 2021-03-21 18:40:44 +05:30
parent a0aedf1563
commit 7cdb5206af
22 changed files with 2282 additions and 1427 deletions

View file

@ -5,10 +5,10 @@ const config = {
show_help: true,
// Path to overview.json file or URL to the ASU API
versions: { '19.07.5': 'data/19.07.5', SNAPSHOT: 'data/SNAPSHOT' },
versions: { '19.07.7': 'data/19.07.7', SNAPSHOT: 'data/SNAPSHOT' },
// Pre-selected version (optional)
default_version: '19.07.5',
default_version: '19.07.7',
// Image download URL (optional)
image_url: 'https://downloads.openwrt.org/releases/{version}/targets/{target}',
@ -18,7 +18,7 @@ const config = {
// Build custom images (optional)
// See https://github.com/aparcar/asu
// asu_url: 'https://chef.libremesh.org'
asu_url: 'https://chef.libremesh.org',
};
export default config;