aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ar7: fix imagebuilderJo-Philipp Wich2015-05-281-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: use common image prefixJo-Philipp Wich2015-05-271-9/+9
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-1/+6
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] generate image for AC49xFlorian Fainelli2012-11-111-0/+15
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] remove the squashfs alignement defineFlorian Fainelli2012-10-131-1/+0
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] copy initramfs kernel to bin directoryFlorian Fainelli2012-10-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] generate vmlinux.srec and vmlinux.bin from srec2binFlorian Fainelli2012-10-111-0/+2
| | | | | | Useful for loading the kernel into RAM using ADAM2/PSPBoot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: fix kernel_entry extractionGabor Juhos2012-05-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] generate NA and non-NA images for Titan platformsFlorian Fainelli2010-06-061-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-6/+6
| | | | | | 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
* [ar7] also generate images for AG1A, thanks obinouFlorian Fainelli2010-03-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing evaloader specific changes from #2830Florian Fainelli2008-10-201-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build images for the AG310, thanks sn9Florian Fainelli2008-08-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build images for WAG54GP2v1 and v2, thanks sn9Florian Fainelli2008-08-301-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the firmware generation for the AG241v2b device (#3315)Florian Fainelli2008-04-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add AG241 code pattern (fixes #1089)Matteo Croce2008-03-111-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorterFelix Fietkau2007-11-101-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: fix eva image generationEugene Konev2007-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: add eva image generation (thanks Axel Gembe)Eugene Konev2007-10-221-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-061-11/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+81
(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