summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/image
Commit message (Collapse)AuthorAgeFilesLines
* also copy bzImage when generating initramfs imagesFlorian Fainelli2009-05-071-7/+8
| | | | SVN-Revision: 15650
* Prepare image Makefile to generate valid images for amit and g570s boards, ↵Florian Fainelli2008-10-281-5/+21
| | | | | | thanks sn9 SVN-Revision: 13059
* If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵Florian Fainelli2008-07-051-0/+1
| | | | | | | | | -d 0xffe08000 -l <length> on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. Signed-off-by: Joerg Albert <jal2@gmx.de> SVN-Revision: 11662
* Prior to kernel 2.6.23, architecture path was i386, allow that when ↵Florian Fainelli2008-06-281-1/+7
| | | | | | switching kernel version SVN-Revision: 11594
* Fix bzImage copy with 2.6.24 kernelsFlorian Fainelli2008-03-091-1/+1
| | | | SVN-Revision: 10574
* Also generate http uploadable images for Airlink AR525wFlorian Fainelli2008-01-211-0/+2
| | | | SVN-Revision: 10229
* make the image filenames a bit shorterFelix Fietkau2007-11-101-8/+8
| | | | SVN-Revision: 9533
* Fix profile/image generation for dir450Florian Fainelli2007-10-141-2/+9
| | | | SVN-Revision: 9320
* Build all firmware until we put back profilesFlorian Fainelli2007-10-021-1/+2
| | | | SVN-Revision: 9095
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+49
(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