aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ppc44x/image
Commit message (Collapse)AuthorAge
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-27
| | | | | | | | | | | | 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-12
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-11
| | | | SVN-Revision: 18374
* upgrade ppc44x to 2.6.28.2, add basic support for the AMCC CanyonlandsImre Kaloz2009-01-30
| | | | SVN-Revision: 14280
* convert ppc44x to arch/powerpc, use squashfs images by defaultImre Kaloz2008-02-03
| | | | SVN-Revision: 10372
* * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23Imre Kaloz2008-01-27
SVN-Revision: 10290