From e1dbe2ff53c2962d664ef82f848f71fe523117e9 Mon Sep 17 00:00:00 2001 From: Leo Maroni Date: Sat, 29 Sep 2018 22:42:37 +0200 Subject: [PATCH] Add ubnt and zbt --- config.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.inc.php b/config.inc.php index 0a7c54a..ae24706 100644 --- a/config.inc.php +++ b/config.inc.php @@ -124,6 +124,12 @@ "offset_modell" => 9, "offset_version" => 4 ), + array( + "name" => "Ubiquiti", + "filename" => "ubnt", + "offset_modell" => 9, + "offset_version" => 4 + ) array( "name" => "Western Digital", "filename" => "-wd-",