Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel ↵ | Andy Boyett | 2009-11-04 | 1 | -5/+20 |
| | | | | | | Gimpelevich SVN-Revision: 18300 | ||||
* | also copy bzImage when generating initramfs images | Florian Fainelli | 2009-05-07 | 1 | -7/+8 |
| | | | | SVN-Revision: 15650 | ||||
* | Prepare image Makefile to generate valid images for amit and g570s boards, ↵ | Florian Fainelli | 2008-10-28 | 1 | -5/+21 |
| | | | | | | thanks sn9 SVN-Revision: 13059 | ||||
* | If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵ | Florian Fainelli | 2008-07-05 | 1 | -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 Fainelli | 2008-06-28 | 1 | -1/+7 |
| | | | | | | switching kernel version SVN-Revision: 11594 | ||||
* | Fix bzImage copy with 2.6.24 kernels | Florian Fainelli | 2008-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 10574 | ||||
* | Also generate http uploadable images for Airlink AR525w | Florian Fainelli | 2008-01-21 | 1 | -0/+2 |
| | | | | SVN-Revision: 10229 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -8/+8 |
| | | | | SVN-Revision: 9533 | ||||
* | Fix profile/image generation for dir450 | Florian Fainelli | 2007-10-14 | 1 | -2/+9 |
| | | | | SVN-Revision: 9320 | ||||
* | Build all firmware until we put back profiles | Florian Fainelli | 2007-10-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 9095 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -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 |