summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-15 10:11:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-15 10:11:24 +0000
commited036155eefb67ea1a13ee5419d368d170dc1e2e (patch)
tree3a7b7b8f9363882c664b816d60078989cc32a331 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent625cf61c5b68d72b90c91a9d60b0a6dec25b6caf (diff)
downloadmtk-20170518-ed036155eefb67ea1a13ee5419d368d170dc1e2e.zip
mtk-20170518-ed036155eefb67ea1a13ee5419d368d170dc1e2e.tar.gz
mtk-20170518-ed036155eefb67ea1a13ee5419d368d170dc1e2e.tar.bz2
ar71xx: add user space support for the TL-WR842N/ND v2
Patch to add the user space support for the TL-WR842N/ND v2 Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4354/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38814
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 cde8856..ebfe10f 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -486,6 +486,9 @@ ar71xx_board_detect() {
*"TL-WR841N/ND v8")
name="tl-wr841n-v8"
;;
+ *"TL-WR842N/ND v2")
+ name="tl-wr842n-v2"
+ ;;
*TL-WR941ND)
name="tl-wr941nd"
;;