summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/image
Commit message (Collapse)AuthorAgeFilesLines
* allow 1MB extra space for JFFS and other enhancements (#7706)Florian Fainelli2010-08-172-13/+22
| | | | SVN-Revision: 22690
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-7/+7
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* use profiles again intead of subtargets.Florian Fainelli2010-03-251-15/+1
| | | | | | | We have now a single kernel which autodetects the type of device we are running on, so we can switch back to having profiles. Patch by Bernhard Loos. SVN-Revision: 20416
* rework board detectionFlorian Fainelli2010-03-182-57/+9
| | | | | | | | | Rework board detection, separate board specific code into its own file. As a result we also change the way rdc images are generated. Support for board which required binary tools, like AMIT are dropped. Patch by Bernhard Loos. SVN-Revision: 20294
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | SVN-Revision: 18768
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-121-0/+40
| | | | SVN-Revision: 18766
* make mkimg_sitecom.pl executableFlorian Fainelli2009-12-071-0/+0
| | | | SVN-Revision: 18682
* simplify sitecom image generation with a script, patch from rtzFlorian Fainelli2009-12-062-17/+26
| | | | SVN-Revision: 18670
* add sitecom subtarget after the profiles->subtargets conversion (#6245)Florian Fainelli2009-11-281-3/+3
| | | | SVN-Revision: 18576
* fix image create after the conversion to subtargetsFlorian Fainelli2009-11-151-1/+1
| | | | SVN-Revision: 18424
* also support pcmciaFlorian Fainelli2009-11-081-11/+20
| | | | SVN-Revision: 18349
* 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel ↵Andy Boyett2009-11-041-5/+20
| | | | | | Gimpelevich SVN-Revision: 18300
* 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