diff options
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index d3eca41508..430242ed40 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -123,6 +123,9 @@ tplink_board_detect() { "342000"*) model="TP-Link TL-MR3420" ;; + "430000"*) + model="TP-Link TL-WDR4300" + ;; *) hwver="" ;; @@ -309,6 +312,9 @@ ar71xx_board_detect() { *"TL-WA901ND v2") name="tl-wa901nd-v2" ;; + *TL-WDR4300) + name="tl-wdr4300" + ;; *TL-WR741ND) name="tl-wr741nd" ;; |