Generate suitable images for the UBNT PicoStation2

SVN-Revision: 15314
This commit is contained in:
Jo-Philipp Wich
2009-04-21 01:16:34 +00:00
parent 54d622a815
commit 70bf92d03c
2 changed files with 12 additions and 0 deletions

View File

@@ -63,6 +63,12 @@ fw_layout_t fw_layout_data[] = {
.kern_entry = 0x80060000,
.firmware_max_length= 0x00640000,
},
{
.name = "XS2-8",
.kern_start = 0xa8030000,
.kern_entry = 0x80041000,
.firmware_max_length= 0x006C0000,
},
{ .name = "",
},
};