Skip to content
Snippets Groups Projects
Commit bd4568cd authored by Nico's avatar Nico
Browse files

fix bootloaders missing

For FB4040, the bootloader was not displayed, because the directory
'other' was missing from the list of paths. Add it so the
bootloader is displayed.
parent bb351787
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ var config = {
directories: {
//'../gluon/stable/factory/': 'stable',
'../gluon/archive/@nico/1.6-alpha02/images/sysupgrade/': 'nightly',
'../gluon/archive/@nico/1.6-alpha02/images/factory/': 'nightly'
'../gluon/archive/@nico/1.6-alpha02/images/factory/': 'nightly',
'../gluon/archive/@nico/1.6-alpha02/images/other/': 'nightly'
},
// page title
title: 'Firmware',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment