From: Gabor Juhos Date: Fri, 13 Nov 2009 17:11:23 +0000 (+0000) Subject: ar71xx: increase max size of RouterStation and RouterStation Pro firmware images X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=233399bf50c557cc6eeee336bfa7787904facb88;p=project%2Ffirmware-utils.git ar71xx: increase max size of RouterStation and RouterStation Pro firmware images Thanks to riskable! (closes #5860) SVN-Revision: 18410 --- diff --git a/src/mkfwimage.c b/src/mkfwimage.c index e726bef..83ce6cf 100644 --- a/src/mkfwimage.c +++ b/src/mkfwimage.c @@ -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",