Author: luka Date: 2015-12-30 00:40:41 +0100 (Wed, 30 Dec 2015) New Revision: 48016
Modified: trunk/target/linux/imx6/image/Makefile Log: imx6: images: ventana: change name of ubi output Change the name of the .ubi produced to strip out the word 'factory'. This is mainly due to the fact that there is no difference between the Ventana 'factory' image vs the standard image. Name changes from: openwrt-imx6-ventana-squashfs.nand-factory_<size>.ubi to openwrt-imx6-ventana-squashfs-nand_<size>.ubi Signed-off-by: Pushpal Sidhu <[email protected]> Modified: trunk/target/linux/imx6/image/Makefile =================================================================== --- trunk/target/linux/imx6/image/Makefile 2015-12-29 13:06:37 UTC (rev 48015) +++ trunk/target/linux/imx6/image/Makefile 2015-12-29 23:40:41 UTC (rev 48016) @@ -102,9 +102,10 @@ imx6q-gw5400-a \ imx6q-gw551x \ imx6q-gw552x - IMAGES := nand-factory_normal.ubi nand-factory_large.ubi - IMAGE/nand-factory_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 8124 - IMAGE/nand-factory_large.ubi := ubi-boot-overlay large 4096 248KiB 256KiB 8124 + IMAGES := nand_normal.ubi nand_large.ubi + IMAGE/nand_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 8124 + IMAGE/nand_large.ubi := ubi-boot-overlay large 4096 248KiB 256KiB 8124 + IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2) endef define Device/wandboard _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
