diff options
Diffstat (limited to 'target')
-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"|\ |