mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: TL-WA7210n v2 support
This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by: Hendrik Frenzel <hfrenzel@scunc.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#define HWID_TL_MR3420_V2 0x34200002
|
||||
#define HWID_TL_WA701N_V1 0x07010001
|
||||
#define HWID_TL_WA701N_V2 0x07010002
|
||||
#define HWID_TL_WA7210N_V2 0x72100002
|
||||
#define HWID_TL_WA7510N_V1 0x75100001
|
||||
#define HWID_TL_WA801ND_V1 0x08010001
|
||||
#define HWID_TL_WA830RE_V1 0x08300010
|
||||
@@ -259,6 +260,11 @@ static struct board_info boards[] = {
|
||||
.hw_id = HWID_TL_WA701N_V2,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "TL-WA7210N",
|
||||
.hw_id = HWID_TL_WA7210N_V2,
|
||||
.hw_rev = 2,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "TL-WA7510N",
|
||||
.hw_id = HWID_TL_WA7510N_V1,
|
||||
|
||||
Reference in New Issue
Block a user