[ar71xx] create firmware image for the Ubiquiti LS-SR71 board
[openwrt.git] / tools / firmware-utils / src / mkfwimage.c
index 8e505d7..fc1c6ce 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           =       "",
        },
 };
This page took 0.025986 seconds and 4 git commands to generate.