summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* imx6: fix image build for Generic profile.Luka Perkov2014-09-091-5/+7
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42455
* imx6: drop ventana kernel/rootfs hackLuka Perkov2014-08-081-3/+3
| | | | | | | | | In r41578 this was added in order to make default images bootable for the BB release. We need more generic approach for this. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42071
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41791
* imx6: put kernel and dtb into rootfs by defaultJohn Crispin2014-07-101-3/+3
| | | | | | | | this will make the rc1 images boot with the default config. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41578
* imx6: merge all gateworks boards into one profileLuka Perkov2013-11-181-16/+15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38858
* imx6: add support for more then one nand type per profileLuka Perkov2013-11-181-8/+22
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38857
* imx6: minor image cleanupLuka Perkov2013-10-311-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38628
* imx6: use more descriptive function nameLuka Perkov2013-10-231-6/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38521
* imx6: use more common name for ubi(fs) imagesLuka Perkov2013-10-231-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38520
* imx6: add support for building uImageLuka Perkov2013-10-231-5/+25
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38518
* imx6: fix symlink of dtb filesLuka Perkov2013-10-231-1/+1
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38510
* imx6: make symlinks for dtb'sLuka Perkov2013-10-221-0/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38496
* imx6: reorganize build systemLuka Perkov2013-10-181-33/+74
| | | | | | | | | | | | Changes include: * switching to profiles * adding ubifs support * building image for GW54XX board Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38441
* imx6: fix file names when building imagesLuka Perkov2013-10-171-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38434
* build: move mkits.sh script to more common placeLuka Perkov2013-10-161-12/+15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38430
* imx6: add support for gw5400-aLuka Perkov2013-07-151-1/+2
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37363
* imx6: use $PATH to locate dtc binaryLuka Perkov2013-07-151-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37362
* 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
* imx6: add new targetLuka Perkov2013-05-291-0/+60
SVN-Revision: 36753