summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc52xx/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
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-3/+3
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* add new target for Freescale MPC52xx based boardsGabor Juhos2009-07-281-0/+26
SVN-Revision: 17037