aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/image
Commit message (Collapse)AuthorAgeFilesLines
* omap24xx: Remove unmaintained targetHauke Mehrtens2019-05-031-27/+0
| | | | | | | | | | | | This target only supports kernel 4.1, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* omap24xx: Append dtb to the zImageMichael Büsch2015-10-091-2/+2
| | | | | | We just hardcode the n810 dtb for now. It should be selectable via profiles. SVN-Revision: 47166
* image.mk: clean up and parallelize mkfs callsFelix Fietkau2014-10-121-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42878
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-1/+1
| | | | | | | | | | | | 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
* omap24xx: convert to use the new jffs2_nandJonas Gorski2013-06-051-3/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36862
* Add omap24xx.Michael Büsch2010-08-081-0/+29
Boots the kernel with working video and serial console. Userland is untested. SVN-Revision: 22530