ar71xx: really fix Mikrotik board detection
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 1 Aug 2019 10:08:12 +0000 (12:08 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 1 Aug 2019 10:10:02 +0000 (12:10 +0200)
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>
target/linux/ar71xx/base-files/lib/ar71xx.sh

index bb022c1345326086cedc1fd2b39e2ca252f83531..894835b14d79e8f47a6ddf013980d11278d07e78 100755 (executable)
@@ -1001,6 +1001,7 @@ ar71xx_board_detect() {
        *"MAC1200R")
                name="mc-mac1200r"
                ;;
+       "MikroTik"*|\
        "Mikrotik"*)
                name=$(mikrotik_board_detect "$machine")
                ;;