diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-29 15:35:46 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-29 15:37:39 +0100 |
commit | 9a5801e7f6e8bc6641ca320e4497d298080f1b24 (patch) | |
tree | 9e7eb9e2f7226bbf56018de9e18e1f13e93ebde3 /target/linux/ar71xx | |
parent | 9f109876eaa0cfb7d6e72439ff93b9803c012415 (diff) | |
download | upstream-9a5801e7f6e8bc6641ca320e4497d298080f1b24.tar.gz upstream-9a5801e7f6e8bc6641ca320e4497d298080f1b24.tar.bz2 upstream-9a5801e7f6e8bc6641ca320e4497d298080f1b24.zip |
ar71xx: add model detection for UBNT Rocket Ti
Based-on-patch-by: Neal Oakey <neal.oakey@bingo-ev.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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"|\ |