ar71xx: fix TL-WR710N board detection
Fix for recognize TL-WR710N http://patchwork.openwrt.org/patch/3946/ Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 37782
This commit is contained in:
parent
6d7d09a126
commit
eb7669fc5d
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue