mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
firmware-utils/mkplinkfw: add TL-WR1043ND v2 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3f06f853b6
commit
33bc29b28d
@ -60,6 +60,7 @@
|
||||
#define HWID_TL_WR941ND_V2 0x09410002
|
||||
#define HWID_TL_WR941ND_V4 0x09410004
|
||||
#define HWID_TL_WR1043ND_V1 0x10430001
|
||||
#define HWID_TL_WR1043ND_V2 0x10430002
|
||||
#define HWID_TL_WR1041N_V2 0x10410002
|
||||
#define HWID_TL_WR2543N_V1 0x25430001
|
||||
|
||||
@ -339,6 +340,11 @@ static struct board_info boards[] = {
|
||||
.hw_id = HWID_TL_WR1043ND_V1,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "8M",
|
||||
}, {
|
||||
.id = "TL-WR1043NDv2",
|
||||
.hw_id = HWID_TL_WR1043ND_V2,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "8Mlzma",
|
||||
}, {
|
||||
.id = "TL-WR2543Nv1",
|
||||
.hw_id = HWID_TL_WR2543N_V1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user