firmware-utils/mkfwimage: add support for RouterStation Pro (patch from Ubiquiti Networks)
SVN-Revision: 16064
This commit is contained in:
parent
e7133da4aa
commit
9221732114
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@ fw_layout_t fw_layout_data[] = {
|
|||
.kern_entry = 0x80060000,
|
||||
.firmware_max_length= 0x00640000,
|
||||
},
|
||||
{
|
||||
.name = "RSPRO",
|
||||
.kern_start = 0xbf030000,
|
||||
.kern_entry = 0x80060000,
|
||||
.firmware_max_length= 0x00640000,
|
||||
},
|
||||
{
|
||||
.name = "LS-SR71",
|
||||
.kern_start = 0xbf030000,
|
||||
|
|
Loading…
Reference in a new issue