From d586720c5c418e742b59be4e20a3b679fe913be3 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler <github@andreas-ziegler.de>
Date: Sat, 20 Jan 2018 15:38:49 +0100
Subject: [PATCH] ar71xx-generic: add support for Ubiquiti NanoBeam M5

marked as BROKEN for now as it is untested

related issue: #1099
---
 targets/ar71xx-generic | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index 42e86b2f7..556b0ab0f 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -238,6 +238,9 @@ alias ubiquiti-nanostation-m5
 device ubiquiti-loco-m-xw ubnt-loco-m-xw
 alias ubiquiti-nanostation-loco-m2-xw
 alias ubiquiti-nanostation-loco-m5-xw
+if [ "$BROKEN" ]; then
+alias ubiquiti-nanobeam-m5 # untested
+fi
 
 device ubiquiti-nanostation-m-xw ubnt-nano-m-xw
 alias ubiquiti-nanostation-m2-xw
-- 
GitLab