From: Koen Vandeputte Date: Thu, 1 Aug 2019 10:08:12 +0000 (+0200) Subject: ar71xx: really fix Mikrotik board detection X-Git-Tag: v18.06.6~6 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b72b37d6ff2caea16fcf92ba55f2d50624da4795 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 (cherry picked from commit 845b2a1cfe307394f3f2144cce085bbb5e171ecc) --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 78c6cfc809..a61c781b28 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -965,6 +965,7 @@ ar71xx_board_detect() { *"MAC1200R") name="mc-mac1200r" ;; + "MikroTik"*|\ "Mikrotik"*) name=$(mikrotik_board_detect "$machine") ;;