From 59bad15a24afc8c59f46b71986d0a67e19d4b2d2 Mon Sep 17 00:00:00 2001
From: Julian Labus <julian@labus-online.de>
Date: Mon, 13 May 2019 10:38:43 +0200
Subject: [PATCH] add 8devices Jalapeno Board

---
 app.js     | 2 +-
 devices.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app.js b/app.js
index fdae0d4..af628b6 100644
--- a/app.js
+++ b/app.js
@@ -119,7 +119,7 @@ var firmwarewizard = function() {
     return index === self.indexOf(e);
   });
 
-  var reFileExtension = new RegExp(/.(bin|img.gz|img|tar)/);
+  var reFileExtension = new RegExp(/.(bin|img.gz|img|tar|ubi)/);
   var reRemoveDashes = new RegExp(/-/g);
   var reSearchable = new RegExp('[-/ '+NON_BREAKING_SPACE+']', 'g');
   var reRemoveSpaces = new RegExp(/ /g);
diff --git a/devices.js b/devices.js
index c508db6..52c6c1e 100644
--- a/devices.js
+++ b/devices.js
@@ -1,6 +1,7 @@
 var devices_recommended = {
   "8devices": {
     "Carambola Board 2": "8devices-carambola2-board"
+    "Jalapeno Board": "8devices-jalapeno"
   },
 
   "Allnet": {
-- 
GitLab