mirror of https://github.com/hak5/openwrt.git
firmware-utils/mkplinkfw: add TL-WA801ND v2 support
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Patchwork: http://patchwork.openwrt.org/patch/4503/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39066lede-17.01
parent
e2fc4dc4e7
commit
2b6ca18e82
|
@ -42,6 +42,7 @@
|
|||
#define HWID_TL_WA801ND_V1 0x08010001
|
||||
#define HWID_TL_WA830RE_V1 0x08300010
|
||||
#define HWID_TL_WA830RE_V2 0x08300002
|
||||
#define HWID_TL_WA801ND_V2 0x08010002
|
||||
#define HWID_TL_WA901ND_V1 0x09010001
|
||||
#define HWID_TL_WA901ND_V2 0x09010002
|
||||
#define HWID_TL_WDR4900_V1 0x49000001
|
||||
|
@ -255,6 +256,11 @@ static struct board_info boards[] = {
|
|||
.hw_id = HWID_TL_WA830RE_V2,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4M",
|
||||
}, {
|
||||
.id = "TL-WA801NDv2",
|
||||
.hw_id = HWID_TL_WA801ND_V2,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "TL-WA901NDv1",
|
||||
.hw_id = HWID_TL_WA901ND_V1,
|
||||
|
|
Loading…
Reference in New Issue