Parcourir la source

firmware-utils/mkplinkfw: add TL-WA801ND v2 support

Signed-off-by: Jiri Pirko <[email protected]>
Patchwork: http://patchwork.openwrt.org/patch/4503/
Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 39066
Gabor Juhos il y a 12 ans
Parent
commit
2b6ca18e82
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      tools/firmware-utils/src/mktplinkfw.c

+ 6 - 0
tools/firmware-utils/src/mktplinkfw.c

@@ -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,