mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
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
@ -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…
x
Reference in New Issue
Block a user