Browse Source

ar71xx: fix TL-WR710N board detection

Fix for recognize TL-WR710N

http://patchwork.openwrt.org/patch/3946/

Signed-off-by: Cezary Jackiewicz <[email protected]>

SVN-Revision: 37782
John Crispin 12 years ago
parent
commit
eb7669fc5d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      target/linux/ar71xx/base-files/lib/ar71xx.sh

+ 3 - 0
target/linux/ar71xx/base-files/lib/ar71xx.sh

@@ -456,6 +456,9 @@ ar71xx_board_detect() {
 	*"TL-WR703N v1")
 		name="tl-wr703n"
 		;;
+	*"TL-WR710N v1")
+		name="tl-wr710n"
+		;;
 	*"TL-WR720N v3")
 		name="tl-wr720n-v3"
 		;;