Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar7: fix imagebuilder | Jo-Philipp Wich | 2015-05-28 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45807 | ||||
* | ar7: use common image prefix | Jo-Philipp Wich | 2015-05-27 | 1 | -9/+9 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45775 | ||||
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -1/+6 |
| | | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049 | ||||
* | generate image for AC49x | Florian Fainelli | 2012-11-11 | 1 | -0/+15 |
| | | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34149 | ||||
* | remove the squashfs alignement define | Florian Fainelli | 2012-10-13 | 1 | -1/+0 |
| | | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33754 | ||||
* | copy initramfs kernel to bin directory | Florian Fainelli | 2012-10-11 | 1 | -0/+7 |
| | | | | SVN-Revision: 33726 | ||||
* | generate vmlinux.srec and vmlinux.bin from srec2bin | Florian Fainelli | 2012-10-11 | 1 | -0/+2 |
| | | | | | | Useful for loading the kernel into RAM using ADAM2/PSPBoot. SVN-Revision: 33718 | ||||
* | ar7: fix kernel_entry extraction | Gabor Juhos | 2012-05-05 | 1 | -3/+3 |
| | | | | SVN-Revision: 31614 | ||||
* | generate NA and non-NA images for Titan platforms | Florian Fainelli | 2010-06-06 | 1 | -0/+7 |
| | | | | SVN-Revision: 21692 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -6/+6 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | also generate images for AG1A, thanks obinou | Florian Fainelli | 2010-03-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 20385 | ||||
* | Add missing evaloader specific changes from #2830 | Florian Fainelli | 2008-10-20 | 1 | -3/+8 |
| | | | | SVN-Revision: 13018 | ||||
* | Build images for the AG310, thanks sn9 | Florian Fainelli | 2008-08-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12446 | ||||
* | Build images for WAG54GP2v1 and v2, thanks sn9 | Florian Fainelli | 2008-08-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 12438 | ||||
* | Add the firmware generation for the AG241v2b device (#3315) | Florian Fainelli | 2008-04-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 10776 | ||||
* | Add AG241 code pattern (fixes #1089) | Matteo Croce | 2008-03-11 | 1 | -0/+2 |
| | | | | SVN-Revision: 10584 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -10/+10 |
| | | | | SVN-Revision: 9533 | ||||
* | ar7: fix eva image generation | Eugene Konev | 2007-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 9417 | ||||
* | ar7: add eva image generation (thanks Axel Gembe) | Eugene Konev | 2007-10-22 | 1 | -0/+7 |
| | | | | SVN-Revision: 9401 | ||||
* | cosmetic fixes for ar7: indent, use lowercase hex notation, format | Nicolas Thill | 2007-09-06 | 1 | -11/+13 |
| | | | | SVN-Revision: 8656 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -0/+81 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |