create firmware image for the Ubiquiti LS-SR71 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 14 Mar 2009 13:25:49 +0000 (13:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 14 Mar 2009 13:25:49 +0000 (13:25 +0000)
SVN-Revision: 14874

src/mkfwimage.c

index 8e505d7298c1a9b47066abf3f97208c79488da7a..fc1c6ce6a6622c0a4820f7af898f5bb938535ffd 100644 (file)
@@ -57,6 +57,12 @@ fw_layout_t fw_layout_data[] = {
                .kern_entry     =       0x80060000,
                .firmware_max_length=   0x00640000,
        },
+       {
+               .name           =       "LS-SR71",
+               .kern_start     =       0xbf030000,
+               .kern_entry     =       0x80060000,
+               .firmware_max_length=   0x00640000,
+       },
        {       .name           =       "",
        },
 };