mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37782 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user