X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/01c809eff17cd5875aa6cbc48e362ebad5aa95a7..3d87eafcef33151dc5484c851efe46ffe511735a:/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 7e8e25e3a..3ce422e7d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -97,6 +97,12 @@ tplink_board_detect() { "104300"*) model="TP-Link TL-WR1043N/ND" ;; + "254300"*) + model="TP-Link TL-WR2543N/ND" + ;; + "110101"*) + model="TP-Link TL-MR11U" + ;; "302000"*) model="TP-Link TL-MR3020" ;; @@ -133,6 +139,9 @@ ar71xx_board_detect() { *ALL0258N) name="all0258n" ;; + *AP113) + name="ap113" + ;; *AP121) name="ap121" ;; @@ -151,12 +160,15 @@ ar71xx_board_detect() { *AW-NR580) name="aw-nr580" ;; - *DB120) + *"DB120 reference board") name="db120" ;; *"DIR-600 rev. A1") name="dir-600-a1" ;; + *"DIR-615 rev. E4") + name="dir-615-e4" + ;; *"DIR-825 rev. B1") name="dir-825-b1" ;; @@ -244,9 +256,15 @@ ar71xx_board_detect() { *TEW-632BRP) name="tew-632brp" ;; + *TEW-673GRU) + name="tew-673gru" + ;; *TL-WR1043ND) name="tl-wr1043nd" ;; + *TL-WR2543N*) + name="tl-wr2543n" + ;; *"DIR-615 rev. C1") name="dir-615-c1" ;; @@ -283,6 +301,9 @@ ar71xx_board_detect() { *"TL-WR703N v1") name="tl-wr703n" ;; + *"TL-MR11U") + name="tl-mr11u" + ;; *UniFi) name="unifi" ;; @@ -295,6 +316,9 @@ ar71xx_board_detect() { *WP543) name="wp543" ;; + *WPE72) + name="wpe72" + ;; *"WNDR3700/WNDR3800/WNDRMAC") wndr3700_board_detect "$machine" ;;