mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:58:25 +02:00
[tools] firmware-utils/mkfwimage: add support for RouterStation Pro (patch from Ubiquiti Networks)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16064 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e53ecb012e
commit
7ca8bc3e4b
@ -57,6 +57,12 @@ fw_layout_t fw_layout_data[] = {
|
|||||||
.kern_entry = 0x80060000,
|
.kern_entry = 0x80060000,
|
||||||
.firmware_max_length= 0x00640000,
|
.firmware_max_length= 0x00640000,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "RSPRO",
|
||||||
|
.kern_start = 0xbf030000,
|
||||||
|
.kern_entry = 0x80060000,
|
||||||
|
.firmware_max_length= 0x00640000,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "LS-SR71",
|
.name = "LS-SR71",
|
||||||
.kern_start = 0xbf030000,
|
.kern_start = 0xbf030000,
|
||||||
|
Loading…
Reference in New Issue
Block a user