ar71xx: add support for the TP-LINK TL-WR941ND v5

This device is very similar to the TL-WR841N v8, only two LED GPIOs are
different.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 44255
This commit is contained in:
John Crispin
2015-02-04 06:10:20 +00:00
parent a63e94426d
commit cde2225c7c
9 changed files with 77 additions and 7 deletions

View File

@@ -702,6 +702,9 @@ ar71xx_board_detect() {
*TL-WR941ND)
name="tl-wr941nd"
;;
*"TL-WR941N/ND v5")
name="tl-wr941nd-v5"
;;
*"TL-WR703N v1")
name="tl-wr703n"
;;

View File

@@ -333,6 +333,7 @@ platform_check_image() {
tl-wr841n-v9 | \
tl-wr842n-v2 | \
tl-wr941nd | \
tl-wr941nd-v5 | \
tl-wr1041n-v2 | \
tl-wr1043nd | \
tl-wr1043nd-v2 | \