X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Far71xx.sh;h=4fd48d5cc0abe8f7c292ea6da06267c735c07698;hb=f1265e6a0fbf161e2aa0bca7d71ca7a19a087ef2;hp=720c19eaa0408715ce8dd3261b51429fce3bc306;hpb=77aed0a4dbc0e00fd1a4a0b6cd7fbb18af68c5aa;p=openwrt.git diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 720c19eaa0..4fd48d5cc0 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -90,6 +90,9 @@ tplink_board_detect() { "080100"*) model="TP-Link TL-WA801N/ND" ;; + "083000"*) + model="TP-Link TL-WA830RE" + ;; "084100"*) model="TP-Link TL-WR841N/ND" ;; @@ -126,6 +129,9 @@ tplink_board_detect() { "342000"*) model="TP-Link TL-MR3420" ;; + "350000"*) + model="TP-Link TL-WDR3500" + ;; "360000"*) model="TP-Link TL-WDR3600" ;; @@ -177,6 +183,9 @@ ar71xx_board_detect() { *AP121-MINI) name="ap121-mini" ;; + *"AP132 reference board") + name="ap132" + ;; *"AP136-010 reference board") name="ap136-010" ;; @@ -213,6 +222,9 @@ ar71xx_board_detect() { *"DIR-825 rev. B1") name="dir-825-b1" ;; + *"DIR-825 rev. C1") + name="dir-825-c1" + ;; *EAP7660D) name="eap7660d" ;; @@ -237,6 +249,9 @@ ar71xx_board_detect() { *LS-SR71) name="ls-sr71" ;; + *MR600v2) + name="mr600v2" + ;; *MR600) name="mr600" ;; @@ -306,6 +321,9 @@ ar71xx_board_detect() { *"RouterBOARD 751G") name="rb-751g" ;; + *"RouterBOARD 951G-2HnD") + name="rb-951g-2hnd" + ;; *"RouterBOARD 2011L") name="rb-2011l" ;; @@ -369,6 +387,9 @@ ar71xx_board_detect() { *"TL-WA901ND v2") name="tl-wa901nd-v2" ;; + *"TL-WDR3500") + name="tl-wdr3500" + ;; *"TL-WDR3600/4300/4310") name="tl-wdr4300" ;; @@ -435,7 +456,7 @@ ar71xx_board_detect() { *WRT400N) name="wrt400n" ;; - *WZR-HP-AG300H) + *"WZR-HP-AG300H/WZR-600DHP") name="wzr-hp-ag300h" ;; *WZR-HP-G300NH)