From 472a1ff3eb6a6189fe70fcfdf566ede0309413eb Mon Sep 17 00:00:00 2001
From: Neal Oakey <neal.oakey@bingo-ev.de>
Date: Sun, 17 Jan 2016 16:33:49 +0100
Subject: [PATCH] add support for ubiquiti airRouter

---
 docs/index.rst                     | 1 +
 docs/releases/v2016.1.rst          | 1 +
 targets/ar71xx-generic/profiles.mk | 1 +
 3 files changed, 3 insertions(+)

diff --git a/docs/index.rst b/docs/index.rst
index 4066eef91..2c6cb4c1a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -141,6 +141,7 @@ ar71xx-generic
 * Ubiquiti
 
   - Air Gateway
+  - Air Router
   - Bullet M
   - Nanostation M
   - Nanostation M XW
diff --git a/docs/releases/v2016.1.rst b/docs/releases/v2016.1.rst
index 029c4e637..3002d3c1e 100644
--- a/docs/releases/v2016.1.rst
+++ b/docs/releases/v2016.1.rst
@@ -29,6 +29,7 @@ ar71xx-generic
 * Ubiquiti
 
   - airGateway
+  - airRouter
 
 * Western Digital
 
diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk
index 7c8cfeb8f..d846ce0cd 100644
--- a/targets/ar71xx-generic/profiles.mk
+++ b/targets/ar71xx-generic/profiles.mk
@@ -146,6 +146,7 @@ endif
 ## Ubiquiti (everything)
 $(eval $(call GluonProfile,UBNT))
 $(eval $(call GluonModel,UBNT,ubnt-air-gateway,ubiquiti-airgateway))
+$(eval $(call GluonModel,UBNT,ubnt-airrouter,ubiquiti-airrouter))
 
 $(eval $(call GluonModel,UBNT,ubnt-bullet-m,ubiquiti-bullet-m))
 $(eval $(call GluonModelAlias,UBNT,ubiquiti-bullet-m,ubiquiti-loco-m))
-- 
GitLab