mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	fix compilation w/ 2.6.33
SVN-Revision: 19933
This commit is contained in:
		
							parent
							
								
									cf57e90014
								
							
						
					
					
						commit
						b1d3ace5ea
					
				@ -105,7 +105,11 @@ define Host/Prepare
 | 
			
		||||
	ln -sf linux-$(LINUX_VERSION) $(BUILD_DIR_TOOLCHAIN)/linux
 | 
			
		||||
	$(SED) 's/@expr length/@-expr length/' $(HOST_BUILD_DIR)/Makefile
 | 
			
		||||
	yes '' | $(KMAKE) oldconfig
 | 
			
		||||
ifeq ($(CONFIG_LINUX_2_6_33),y)
 | 
			
		||||
	$(KMAKE) include/linux/version.h arch/$(LINUX_KARCH)/include/asm
 | 
			
		||||
else
 | 
			
		||||
	$(KMAKE) include/linux/version.h include/asm
 | 
			
		||||
endif
 | 
			
		||||
	if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
 | 
			
		||||
		$(CP) \
 | 
			
		||||
			$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user