From 6a4ea19f6e53095f585e13b568e66768f52ba9f2 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 15 Nov 2013 10:11:24 +0000 Subject: 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 Patchwork: http://patchwork.openwrt.org/patch/4354/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38814 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index cde8856284..ebfe10f928 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" ;; -- cgit v1.2.3