From: Jo-Philipp Wich Date: Tue, 21 Apr 2009 01:16:34 +0000 (+0000) Subject: Generate suitable images for the UBNT PicoStation2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=638b2a5189fb2c0ff9c285478d35eb05ba1820b3;p=project%2Ffirmware-utils.git Generate suitable images for the UBNT PicoStation2 SVN-Revision: 15314 --- diff --git a/src/mkfwimage.c b/src/mkfwimage.c index fc1c6ce..e879a2e 100644 --- a/src/mkfwimage.c +++ b/src/mkfwimage.c @@ -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 = "", }, };