mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-30 23:56:23 +00: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> (cherry picked from commit 6570f3c93aa4110efd1466a6b89742c2e11d7c11)
This commit is contained in:
parent
6b128326df
commit
e838957ad9
@ -1073,7 +1073,7 @@ ar71xx_board_detect() {
|
||||
*"RouterBOARD 921GS-5HPacD r2")
|
||||
name="rb-921gs-5hpacd-r2"
|
||||
;;
|
||||
*"RouterBOARD 941-2nD")
|
||||
*"RouterBOARD"*"941-2nD")
|
||||
name="rb-941-2nd"
|
||||
;;
|
||||
*"RouterBOARD 951G-2HnD")
|
||||
|
Loading…
x
Reference in New Issue
Block a user