From 373613bb54da6f28a72b214c0384c0c692a6e09b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steffen=20F=C3=B6rster?=
 <ambassador86@users.noreply.github.com>
Date: Thu, 27 Apr 2017 04:15:13 +0200
Subject: [PATCH] ar71xx-generic: add profile for UBNT Airgateway Pro and alias
 for UBNT Airgateway LR (#1107)

The Airgateway LR is the same device as the normal Airgateway but with an detachable antenna. The Pro version is a cheap dual band device.
---
 docs/index.rst         | 2 ++
 targets/ar71xx-generic | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/docs/index.rst b/docs/index.rst
index 12e4e81a0..edd5a6a84 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -196,6 +196,8 @@ ar71xx-generic
 * Ubiquiti
 
   - Air Gateway
+  - Air Gateway LR
+  - Air Gateway PRO
   - Air Router
   - Bullet M2/M5
   - Loco M2/M5
diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index d92da9d87..2e877cb12 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -189,6 +189,10 @@ fi
 # Ubiquiti
 
 device ubiquiti-airgateway ubnt-air-gateway
+alias ubiquiti-airgateway-lr
+
+device ubiquiti-airgateway-pro ubnt-air-gateway-pro
+
 device ubiquiti-airrouter ubnt-airrouter
 
 device ubiquiti-bullet-m ubnt-bullet-m
-- 
GitLab