summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
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/lib/ar71xx.sh
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/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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"
;;