mirror of https://github.com/hak5/openwrt.git
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 6570f3c93a
)
openwrt-18.06
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…
Reference in New Issue