mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	fix make kernel_menuconfig for subtarget kernel config files
SVN-Revision: 12376
This commit is contained in:
		
							parent
							
								
									6c56733f40
								
							
						
					
					
						commit
						811b00f646
					
				@ -81,7 +81,7 @@ define BuildKernel
 | 
			
		||||
	$(LINUX_CONFCMD) > $(LINUX_DIR)/.config
 | 
			
		||||
	touch $(LINUX_CONFIG)
 | 
			
		||||
	$(_SINGLE)$(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@
 | 
			
		||||
	$(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
 | 
			
		||||
	$(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(if $(LINUX_SUBCONFIG),$(LINUX_SUBCONFIG),$(LINUX_CONFIG))
 | 
			
		||||
	$(Kernel/Configure)
 | 
			
		||||
 | 
			
		||||
  install: $(LINUX_DIR)/.image
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user