summaryrefslogtreecommitdiff
path: root/target/linux/ep93xx/image
Commit message (Collapse)AuthorAgeFilesLines
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-13/+3
| | | | | | | | | | | | 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 UIMAGE for various rootfs targetsFlorian Fainelli2011-06-041-1/+17
| | | | SVN-Revision: 27113
* use IMG_PREFIX for image nameFlorian Fainelli2011-06-041-1/+1
| | | | SVN-Revision: 27112
* 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
* add support for the Simplemachines Sim.One boardFlorian Fainelli2009-11-251-0/+35
SVN-Revision: 18540