firmware-utils/mkfwimage: add support for RouterStation Pro (patch from Ubiquiti...
authorGabor Juhos <juhosg@openwrt.org>
Mon, 25 May 2009 17:18:21 +0000 (17:18 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 25 May 2009 17:18:21 +0000 (17:18 +0000)
SVN-Revision: 16064

tools/firmware-utils/src/mkfwimage.c

index e879a2e56dc471eaf9a24b5a68d1108fa095b911..e726bef8af043d306c436b31c66e4892f14f2d94 100644 (file)
@@ -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,