aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: Remove unmaintained targetHauke Mehrtens2019-05-031-112/+0
| | | | | | | | | | | | This target only supports kernel 3.18, 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>
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-8/+4
| | | | | | | | | | | | 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
* linux/adm5120: generate non-initramfs kernel images tooAlexandros C. Couloumbis2011-04-141-0/+20
| | | | SVN-Revision: 26657
* target/adm5120: fix image building after r20834Nicolas Thill2010-04-141-0/+4
| | | | SVN-Revision: 20855
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-7/+2
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* fix Cellvision imagesGabor Juhos2008-04-051-0/+4
| | | | SVN-Revision: 10735
* make the image filenames a bit shorterFelix Fietkau2007-11-101-2/+2
| | | | SVN-Revision: 9533
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-031-5/+9
| | | | | | align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on SVN-Revision: 9490
* make image names shortenGabor Juhos2007-10-021-2/+2
| | | | SVN-Revision: 9089
* use prepare_generic_squashfs in image generation, thanks ffrrrrGabor Juhos2007-09-211-2/+8
| | | | SVN-Revision: 8922
* rewrite image generationGabor Juhos2007-09-111-131/+37
| | | | SVN-Revision: 8755
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+177
(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