mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:41:53 +02:00
[tools] firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
14f9464e92
commit
fd9114dcce
@ -33,8 +33,9 @@
|
||||
#endif
|
||||
|
||||
#define HEADER_VERSION_V1 0x01000000
|
||||
#define HWID_TL_WR941ND_V2 0x09410002
|
||||
#define HWID_TL_WR741ND_V1 0x07410001
|
||||
#define HWID_TL_WR841ND_V3 0x08410003
|
||||
#define HWID_TL_WR941ND_V2 0x09410002
|
||||
|
||||
#define MD5SUM_LEN 16
|
||||
|
||||
@ -102,6 +103,14 @@ char md5salt_boot[MD5SUM_LEN] = {
|
||||
|
||||
static struct board_info boards[] = {
|
||||
{
|
||||
.id = "TL-WR741NDv1",
|
||||
.hw_id = HWID_TL_WR741ND_V1,
|
||||
.hw_rev = 1,
|
||||
.fw_max_len = 0x3c0000,
|
||||
.kernel_la = 0x80060000,
|
||||
.kernel_ep = 0x80060000,
|
||||
.rootfs_ofs = 0x120000,
|
||||
}, {
|
||||
.id = "TL-WR841NDv3",
|
||||
.hw_id = HWID_TL_WR841ND_V3,
|
||||
.hw_rev = 3,
|
||||
|
Loading…
Reference in New Issue
Block a user