mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	imx6: make the default config bootable on ventana
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43369
This commit is contained in:
		
							parent
							
								
									623f3bda54
								
							
						
					
					
						commit
						5f51cfcf55
					
				@ -44,9 +44,9 @@ endef
 | 
			
		||||
 | 
			
		||||
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 @@ define Image/InstallKernel/Template
 | 
			
		||||
   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/ ; \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user