Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkfwimage: Increase RSPRO maximum size to 0xF00000 (15 MiB) | Gabor Juhos | 2013-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | RSPRO has 16MiB of Flash, using the following layout: [ 2.930000] 0x000000000000-0x000000030000 : "RedBoot" [ 2.940000] 0x000000030000-0x000000130000 : "kernel" [ 2.950000] 0x000000130000-0x000000ff0000 : "rootfs" [ 2.960000] 0x000000ff0000-0x000000fff000 : "FIS directory" [ 2.970000] 0x000000fff000-0x000001000000 : "RedBoot config" Firmware images contain kernel and rootfs, so they can use up to 0xFF0000 - 0x30000 = 0xFC0000 (15,75MiB) of space. We don't include the RedBoot and FIS partitions and leave an extra 0xC0000 (768KiB) of space. This is based on revision 18410 which sets the limit to 0xB00000 (11 MiB). Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38484 | ||||
* | firmware-utils/mkfwimage: allow to override firmware magic | Gabor Juhos | 2012-02-18 | 1 | -5/+12 |
| | | | | SVN-Revision: 30627 | ||||
* | mkfwimage: add support for the XM layout (bullet/rocket/nano M) | Felix Fietkau | 2009-11-18 | 1 | -1/+7 |
| | | | | SVN-Revision: 18448 | ||||
* | ar71xx: increase max size of RouterStation and RouterStation Pro firmware images | Gabor Juhos | 2009-11-13 | 1 | -2/+2 |
| | | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410 | ||||
* | firmware-utils/mkfwimage: add support for RouterStation Pro (patch from ↵ | Gabor Juhos | 2009-05-25 | 1 | -0/+6 |
| | | | | | | Ubiquiti Networks) SVN-Revision: 16064 | ||||
* | Generate suitable images for the UBNT PicoStation2 | Jo-Philipp Wich | 2009-04-21 | 1 | -0/+6 |
| | | | | SVN-Revision: 15314 | ||||
* | create firmware image for the Ubiquiti LS-SR71 board | Gabor Juhos | 2009-03-14 | 1 | -0/+6 |
| | | | | SVN-Revision: 14874 | ||||
* | firmware-utils/mkfwimage: update RouterStation specific values, adn remove ↵ | Gabor Juhos | 2009-02-04 | 1 | -14/+2 |
| | | | | | | some unused code SVN-Revision: 14404 | ||||
* | firmware-utils/mkfwimage: fix root_start values | Gabor Juhos | 2009-01-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 13874 | ||||
* | firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414) | Gabor Juhos | 2009-01-04 | 1 | -5/+5 |
| | | | | SVN-Revision: 13859 | ||||
* | firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵ | Gabor Juhos | 2008-12-18 | 1 | -14/+71 |
| | | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682 | ||||
* | fix mkfwimage to recognize the -s option | Travis Kemen | 2008-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 11978 | ||||
* | fix mkfwimage build on mac os x | Felix Fietkau | 2008-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 11947 | ||||
* | Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵ | Travis Kemen | 2008-07-25 | 1 | -77/+74 |
| | | | | | | back in ubiquiti image generation. SVN-Revision: 11920 | ||||
* | buld images for the Ubiquiti LiteStation and NanoStation ported from ↵ | Travis Kemen | 2008-05-07 | 1 | -0/+394 |
http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061 |