mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: increase max size of RouterStation and RouterStation Pro firmware images
Thanks to riskable! (closes #5860) SVN-Revision: 18410owl
parent
29c4876b2b
commit
e6a40cac9a
|
@ -55,13 +55,13 @@ fw_layout_t fw_layout_data[] = {
|
||||||
.name = "RS",
|
.name = "RS",
|
||||||
.kern_start = 0xbf030000,
|
.kern_start = 0xbf030000,
|
||||||
.kern_entry = 0x80060000,
|
.kern_entry = 0x80060000,
|
||||||
.firmware_max_length= 0x00640000,
|
.firmware_max_length= 0x00B00000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "RSPRO",
|
.name = "RSPRO",
|
||||||
.kern_start = 0xbf030000,
|
.kern_start = 0xbf030000,
|
||||||
.kern_entry = 0x80060000,
|
.kern_entry = 0x80060000,
|
||||||
.firmware_max_length= 0x00640000,
|
.firmware_max_length= 0x00B00000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "LS-SR71",
|
.name = "LS-SR71",
|
||||||
|
|
Loading…
Reference in New Issue