From bd4568cdb2ae630e717767dc5a2a392260970dda Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Wed, 7 Aug 2019 23:38:49 +0200
Subject: [PATCH] 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.
---
 config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.js b/config.js
index b951c56..cd89513 100644
--- a/config.js
+++ b/config.js
@@ -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',
-- 
GitLab