From 9a5801e7f6e8bc6641ca320e4497d298080f1b24 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 29 Nov 2016 15:35:46 +0100 Subject: [PATCH] ar71xx: add model detection for UBNT Rocket Ti Based-on-patch-by: Neal Oakey Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 37af9d44d4..a4aece8db7 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -82,7 +82,8 @@ ubnt_xm_board_detect() { "e0a") model="Ubiquiti NanoStation loco M" ;; - "e1b") # Rocket M5 untested + "e1b"|\ # Note: the M5 / M5 Ti haven't yet been verified + "e1d") # Rocket M Ti model="Ubiquiti Rocket M" ;; "e20"|\ -- 2.30.2