From: Gabor Juhos Date: Wed, 26 Oct 2011 13:34:48 +0000 (+0000) Subject: firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2f03234c28f6761e6ea728787d9c461097a9afdc firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3 SVN-Revision: 28602 --- diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index 14dd9704e9..47eae49065 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmware-utils/src/mktplinkfw.c @@ -40,7 +40,7 @@ #define HWID_TL_WR703N_V1 0x07030101 #define HWID_TL_WR741ND_V1 0x07410001 #define HWID_TL_WR740N_V1 0x07400001 -#define HWID_TL_WR740N_V3 0x07400300 +#define HWID_TL_WR740N_V3 0x07400003 #define HWID_TL_WR743ND_V1 0x07430001 #define HWID_TL_WR841N_V1_5 0x08410002 #define HWID_TL_WR841ND_V3 0x08410003