From 37b49fc57958f291124120c5419297f12804f432 Mon Sep 17 00:00:00 2001
From: Nico <freifunk@nicoboehr.de>
Date: Tue, 18 Jun 2019 20:20:20 +0000
Subject: [PATCH] Add 8/32 devices in old devices pages

This shows the firmware for popular devices such as Nanostation M5 etc.
---
 config-old.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-old.js b/config-old.js
index e938ae7..e911a4f 100644
--- a/config-old.js
+++ b/config-old.js
@@ -13,4 +13,4 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-config.enabled_device_categories = ['4_32'];
+config.enabled_device_categories = ['4_32', '8_32'];
-- 
GitLab