X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Far71xx.sh;h=2829d9f2909a98dd926d686ef4925153fb78fe8e;hb=b80a2c45e4c7b99f4bce41381d5ce9cb5c2bd3dd;hp=430242ed4002195e1d755022852b869d25c3c284;hpb=977ff3326d207fd681f4acaebb461e4e56881c2b;p=openwrt.git diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 430242ed40..2829d9f290 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -126,6 +126,9 @@ tplink_board_detect() { "430000"*) model="TP-Link TL-WDR4300" ;; + "431000"*) + model="TP-Link TL-WDR4310" + ;; *) hwver="" ;; @@ -162,6 +165,9 @@ ar71xx_board_detect() { *AP121-MINI) name="ap121-mini" ;; + *"AP136 reference board") + name="ap136" + ;; *AP81) name="ap81" ;; @@ -222,10 +228,13 @@ ar71xx_board_detect() { *OM2P) name="om2p" ;; + *"OM2P LC") + name="om2p-lc" + ;; *PB42) name="pb42" ;; - *PB44) + *"PB44 reference board") name="pb44" ;; *PB92) @@ -345,6 +354,9 @@ ar71xx_board_detect() { *WHR-HP-GN) name="whr-hp-gn" ;; + *WLAE-AG300N) + name="wlae-ag300n" + ;; *WP543) name="wp543" ;;