summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-07 08:00:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-07 08:00:02 +0000
commit7131a104f5ec2fd47a2324bd027a8853dd7c3062 (patch)
tree3e220a7d009bdb346840b2e55f28bea046a16e04 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentf80f0c7d221d08533da8a585b16fd29f6e68df4d (diff)
downloadmtk-20170518-7131a104f5ec2fd47a2324bd027a8853dd7c3062.zip
mtk-20170518-7131a104f5ec2fd47a2324bd027a8853dd7c3062.tar.gz
mtk-20170518-7131a104f5ec2fd47a2324bd027a8853dd7c3062.tar.bz2
ar71xx: add support for the TP-LINK TL-WR841N/ND v9
Everything seems to be working fine. Potential issues: * VLAN port IDs are reversed with regard to the numbers on the case. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 40400
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 99d91ae..a2bbefd 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -538,6 +538,9 @@ ar71xx_board_detect() {
*"TL-WR841N/ND v8")
name="tl-wr841n-v8"
;;
+ *"TL-WR841N/ND v9")
+ name="tl-wr841n-v9"
+ ;;
*"TL-WR842N/ND v2")
name="tl-wr842n-v2"
;;