mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ar71xx: fix RB941-2nD detection
Some hAP lite routers aren't detected because /proc/cpuinfo shows "RouterBOARD RB941-2nD" instead of "RouterBOARD 941-2nD". Fix that. Signed-off-by: Julien Rabier <taziden@flexiden.org> [Alter string to include all flavours + slight rewrite of commit msg] Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
077253dd66
commit
6570f3c93a
@ -1092,7 +1092,7 @@ ar71xx_board_detect() {
|
||||
*"RouterBOARD 931-2nD")
|
||||
name="rb-931-2nd"
|
||||
;;
|
||||
*"RouterBOARD 941-2nD")
|
||||
*"RouterBOARD"*"941-2nD")
|
||||
name="rb-941-2nd"
|
||||
;;
|
||||
*"RouterBOARD 951G-2HnD")
|
||||
|
Loading…
x
Reference in New Issue
Block a user