summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-02-19 12:15:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-02-19 12:15:34 +0000
commit7ec2d80ae3e3207262c799cf560d86f8caa6b2ef (patch)
treec872a6eb3232b83ecd04d344bfb209f658162025 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentdb0e6e264d7c3626772ae889a70eb4a5d14df2ed (diff)
downloadmtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.zip
mtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.gz
mtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.bz2
ar71xx: add user-space support for TP-Link TL-WDR4900 v2.0 board
Patch-by: TenNinjas <tenninjas@tenninjas.ca> Patchwork: http://patchwork.openwrt.org/patch/4849/ [juhosg: - use the Archer C7 specific LED setup instead of adding identical code] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39636
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
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 3893747..81a7591 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -183,6 +183,9 @@ tplink_board_detect() {
"431000"*)
model="TP-Link TL-WDR4310"
;;
+ "49000002")
+ model="TP-Link TL-WDR4900"
+ ;;
"453000"*)
model="MERCURY MW4530R"
;;
@@ -495,6 +498,9 @@ ar71xx_board_detect() {
*"TL-WDR3600/4300/4310")
name="tl-wdr4300"
;;
+ *"TL-WDR4900 v2")
+ name="tl-wdr4900-v2"
+ ;;
*TL-WR741ND)
name="tl-wr741nd"
;;