From 212c38f0747db08694749140c838572bc3c71946 Mon Sep 17 00:00:00 2001
From: Neal Oakey <oakey-dev@users.noreply.github.com>
Date: Tue, 29 Nov 2016 15:33:19 +0100
Subject: [PATCH] ar71xx: add model detection for UBNT Rocket Ti (#943)

---
 patches/openwrt/0013-fix-UBNT-XM-model-detection.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/openwrt/0013-fix-UBNT-XM-model-detection.patch b/patches/openwrt/0013-fix-UBNT-XM-model-detection.patch
index c1e8e28a0..df4f15cee 100644
--- a/patches/openwrt/0013-fix-UBNT-XM-model-detection.patch
+++ b/patches/openwrt/0013-fix-UBNT-XM-model-detection.patch
@@ -30,8 +30,8 @@ index a9dca58..1985c88 100755
 +		"e0a")
 +			model="Ubiquiti NanoStation loco M"
 +			;;
-+		"e1b") # Note: the M5 has not been tested!
-+		       #       and the Ti Versions are still missing
++		"e1b"|\ # Note: the M5 / M5 Ti haven't yet been verified!
++		"e1d")  # Rocket Ti M
 +			model="Ubiquiti Rocket M"
 +			;;
 +		"e20"|\
-- 
GitLab