Author: blogic Date: 2014-11-24 20:12:19 +0100 (Mon, 24 Nov 2014) New Revision: 43369
Modified: trunk/target/linux/imx6/image/Makefile Log: imx6: make the default config bootable on ventana Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/imx6/image/Makefile =================================================================== --- trunk/target/linux/imx6/image/Makefile 2014-11-24 17:18:32 UTC (rev 43368) +++ trunk/target/linux/imx6/image/Makefile 2014-11-24 19:12:19 UTC (rev 43369) @@ -44,9 +44,9 @@ define Image/InstallKernel/Template - ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL),) + ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL)$(CONFIG_TARGET_imx6_VENTANA),) $(INSTALL_DIR) $(TARGET_DIR)/boot - ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE),) + ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE)$(CONFIG_TARGET_imx6_VENTANA),) $(CP) $(BIN_DIR)/$(IMG_PREFIX)-uImage $(TARGET_DIR)/boot/ ln -sf $(IMG_PREFIX)-uImage $(TARGET_DIR)/boot/uImage endif @@ -61,7 +61,7 @@ endif endif - ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_DTB),) + ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_DTB)$(CONFIG_TARGET_imx6_VENTANA),) $(INSTALL_DIR) $(TARGET_DIR)/boot $(foreach dts,$(shell echo $(1)), \ $(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(dts).dtb $(TARGET_DIR)/boot/ ; \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
