summaryrefslogtreecommitdiffstats
path: root/target/linux/pxa/image
Commit message (Collapse)AuthorAgeFilesLines
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-4/+0
| | | | | | | | | | | | 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> SVN-Revision: 37049
* add Default and Gumstix PXA profilesFlorian Fainelli2012-10-031-1/+13
| | | | | | Gumstix builds a fake flash image for usage in qemu SVN-Revision: 33609
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-4/+4
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* upgrade to 2.6.32.7, switch to squashfs, remove broken flagImre Kaloz2010-02-091-5/+5
| | | | SVN-Revision: 19562
* incomplete Gumstix supportImre Kaloz2008-04-271-0/+35
| | | | SVN-Revision: 10955
* remove symlinkImre Kaloz2008-04-271-1/+0
| | | | SVN-Revision: 10953
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+1
(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