Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -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 targets | Florian Fainelli | 2011-06-04 | 1 | -1/+17 |
| | | | | SVN-Revision: 27113 | ||||
* | use IMG_PREFIX for image name | Florian Fainelli | 2011-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 27112 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -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 board | Florian Fainelli | 2009-11-25 | 1 | -0/+35 |
SVN-Revision: 18540 |