aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-01 12:08:12 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-01 12:10:02 +0200
commit845b2a1cfe307394f3f2144cce085bbb5e171ecc (patch)
treecbc35c72f8283c6826a86bdc8bab66c11ffc53ed /target/linux/ar71xx/base-files
parenta56cbe379b63cf4ed52f130ce06791c5391fcba5 (diff)
downloadupstream-845b2a1cfe307394f3f2144cce085bbb5e171ecc.tar.gz
upstream-845b2a1cfe307394f3f2144cce085bbb5e171ecc.tar.bz2
upstream-845b2a1cfe307394f3f2144cce085bbb5e171ecc.zip
ar71xx: really fix Mikrotik board detection
commit e09da0169a08 ("ar71xx: fix Mikrotik board detection") was generated based on testing a rb-912 board, on which detection failed. Testing on more hardware shows something fun: machine : MikroTik RouterBOARD 922UAGS-5HPacD machine : Mikrotik RouterBOARD 912UAG-5HPnD Both lowercase and uppercase are used. So ensure we support both now .. Fixes: e09da0169a08 ("ar71xx: fix Mikrotik board detection") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index bb022c1345..894835b14d 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -1001,6 +1001,7 @@ ar71xx_board_detect() {
*"MAC1200R")
name="mc-mac1200r"
;;
+ "MikroTik"*|\
"Mikrotik"*)
name=$(mikrotik_board_detect "$machine")
;;