mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add support for TL-WA701ND v2
Signed-off-by: Luigi Tarenga <luigi.tarenga@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44063 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#define HWID_TL_MR3420_V1 0x34200001
|
||||
#define HWID_TL_MR3420_V2 0x34200002
|
||||
#define HWID_TL_WA701N_V1 0x07010001
|
||||
#define HWID_TL_WA701N_V2 0x07010002
|
||||
#define HWID_TL_WA7510N_V1 0x75100001
|
||||
#define HWID_TL_WA801ND_V1 0x08010001
|
||||
#define HWID_TL_WA830RE_V1 0x08300010
|
||||
@@ -253,6 +254,11 @@ static struct board_info boards[] = {
|
||||
.hw_id = HWID_TL_WA701N_V1,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4M",
|
||||
}, {
|
||||
.id = "TL-WA701Nv2",
|
||||
.hw_id = HWID_TL_WA701N_V2,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "TL-WA7510N",
|
||||
.hw_id = HWID_TL_WA7510N_V1,
|
||||
|
||||
Reference in New Issue
Block a user