aboutsummaryrefslogtreecommitdiff
path: root/target/linux/pxa/image
Commit message (Collapse)AuthorAge
* pxa: moved to targets feedFelix Fietkau2016-01-12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48217
* 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
* add Default and Gumstix PXA profilesFlorian Fainelli2012-10-03
| | | | | | 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-12
| | | | | | 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-09
| | | | SVN-Revision: 19562
* incomplete Gumstix supportImre Kaloz2008-04-27
| | | | SVN-Revision: 10955
* remove symlinkImre Kaloz2008-04-27
| | | | SVN-Revision: 10953
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06
(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