X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b99e4f9ccd4b9f5ecb751589e8832bec0d796083..87485f3a88e010622e56248442db5d0fdde4e41f:/target/linux/ar71xx/base-files/lib/ar71xx.sh diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ab619f169..3802e1217 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -88,6 +88,9 @@ tplink_board_detect() { "084100"*) model="TP-Link TL-WR841N/ND" ;; + "084200"*) + model="TP-Link TL-WR842N/ND" + ;; "090100"*) model="TP-Link TL-WA901N/ND" ;; @@ -160,7 +163,7 @@ ar71xx_board_detect() { *AW-NR580) name="aw-nr580" ;; - *DB120) + *"DB120 reference board") name="db120" ;; *"DIR-600 rev. A1") @@ -178,6 +181,9 @@ ar71xx_board_detect() { *JA76PF) name="ja76pf" ;; + *JA76PF2) + name="ja76pf2" + ;; *"Bullet M") name="bullet-m" ;; @@ -241,6 +247,15 @@ ar71xx_board_detect() { *"RouterBOARD 750") name="rb-750" ;; + *"RouterBOARD 750GL") + name="rb-750gl" + ;; + *"RouterBOARD 751") + name="rb-751" + ;; + *"RouterBOARD 751G") + name="rb-751g" + ;; *"Rocket M") name="rocket-m" ;;