summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-6/+5
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* fix lzma uImage generationImre Kaloz2008-11-251-1/+1
| | | | SVN-Revision: 13351
* only build avr32 u-boot if requested, fixes build failure in default configFelix Fietkau2008-08-051-4/+6
| | | | SVN-Revision: 12116
* generate LZMA compressed uImage as wellGabor Juhos2008-05-231-2/+10
| | | | SVN-Revision: 11249
* enable optional building of u-boot for avr32Imre Kaloz2008-04-281-0/+9
| | | | SVN-Revision: 10961
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | SVN-Revision: 9533
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+37
(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