summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-04 17:30:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-04 17:30:57 +0000
commit2f53f822030045d04c0890a1afc46e011019acb8 (patch)
tree9130b9c5f458282c7b488953c0e72d4b0c908f5a /target/linux/ar71xx/base-files
parent301b1b4f9217ded1987ec7768a906b2b0468e3fa (diff)
downloadmaster-31e0f0ae-2f53f822030045d04c0890a1afc46e011019acb8.tar.gz
master-31e0f0ae-2f53f822030045d04c0890a1afc46e011019acb8.tar.bz2
master-31e0f0ae-2f53f822030045d04c0890a1afc46e011019acb8.zip
ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7
These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh1
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network1
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
3 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index d8bcb90ce7..3332a7f6e3 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -103,6 +103,7 @@ get_status_led() {
tl-wr741nd | \
tl-wr741nd-v4 | \
tl-wr841n-v1 | \
+ tl-wr841n-v7 | \
tl-wr941nd)
status_led="tp-link:green:system"
;;
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index 2464042982..d51660368c 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -133,6 +133,7 @@ tl-mr3220 |\
tl-mr3420 |\
tl-wr741nd |\
tl-wr741nd-v4 |\
+tl-wr841n-v7 |\
whr-g301n |\
whr-hp-g300n |\
whr-hp-gn |\
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index e6c47e816c..218f934229 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -268,6 +268,9 @@ ar71xx_board_detect() {
*"TL-WR841N v1")
name="tl-wr841n-v1"
;;
+ *"TL-WR841N/ND v7")
+ name="tl-wr841n-v7"
+ ;;
*TL-WR941ND)
name="tl-wr941nd"
;;