mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
ar71xx: increase max size of RouterStation and RouterStation Pro firmware images
Thanks to riskable! (closes #5860) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18410 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
21c70e437b
commit
d44b709034
@ -55,13 +55,13 @@ fw_layout_t fw_layout_data[] = {
|
||||
.name = "RS",
|
||||
.kern_start = 0xbf030000,
|
||||
.kern_entry = 0x80060000,
|
||||
.firmware_max_length= 0x00640000,
|
||||
.firmware_max_length= 0x00B00000,
|
||||
},
|
||||
{
|
||||
.name = "RSPRO",
|
||||
.kern_start = 0xbf030000,
|
||||
.kern_entry = 0x80060000,
|
||||
.firmware_max_length= 0x00640000,
|
||||
.firmware_max_length= 0x00B00000,
|
||||
},
|
||||
{
|
||||
.name = "LS-SR71",
|
||||
|
Loading…
Reference in New Issue
Block a user