mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	fix grub installation on target images, regression caused by multi-libc support
SVN-Revision: 13936
This commit is contained in:
		
							parent
							
								
									be28e9d438
								
							
						
					
					
						commit
						2273aadfb2
					
				@ -49,9 +49,9 @@ ifneq ($(HOST_OS),Darwin)
 | 
			
		||||
  define Image/Prepare/grub
 | 
			
		||||
	# for the image builder
 | 
			
		||||
	$(CP) \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/stage1 \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/stage2 \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/e2fs_stage1_5 \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage1 \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage2 \
 | 
			
		||||
		$(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/e2fs_stage1_5 \
 | 
			
		||||
		$(KDIR)/
 | 
			
		||||
  endef
 | 
			
		||||
else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user