diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:18 +0000 |
commit | 2d97a5204514c0a0ad8eae503f14664bdb837a78 (patch) | |
tree | db9205825ffec084ec5ea683382573c8aa637990 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 8b9931fd27f1db6755c9b84302f26375f0d399b1 (diff) | |
download | upstream-2d97a5204514c0a0ad8eae503f14664bdb837a78.tar.gz upstream-2d97a5204514c0a0ad8eae503f14664bdb837a78.tar.bz2 upstream-2d97a5204514c0a0ad8eae503f14664bdb837a78.zip |
ar71xx: add user space support for the TL-WDR4300
SVN-Revision: 32460
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" ;; |