uml: fix the kernel config name override
SVN-Revision: 26715
This commit is contained in:
		@@ -21,12 +21,13 @@ ARCH:=$(shell uname -m | sed \
 | 
				
			|||||||
BOARD:=uml
 | 
					BOARD:=uml
 | 
				
			||||||
BOARDNAME:=User Mode Linux
 | 
					BOARDNAME:=User Mode Linux
 | 
				
			||||||
FEATURES:=ext4 audio
 | 
					FEATURES:=ext4 audio
 | 
				
			||||||
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
LINUX_VERSION:=2.6.37.6
 | 
					LINUX_VERSION:=2.6.37.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include $(INCLUDE_DIR)/target.mk
 | 
					include $(INCLUDE_DIR)/target.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
 | 
					DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user