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 ↵nico2010-04-121-6/+5
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix lzma uImage generationkaloz2008-11-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build avr32 u-boot if requested, fixes build failure in default confignbd2008-08-051-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] generate LZMA compressed uImage as welljuhosg2008-05-231-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable optional building of u-boot for avr32kaloz2008-04-281-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorternbd2007-11-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73