uml: fix the kernel config name override
SVN-Revision: 26715
This commit is contained in:
parent
a65dac690c
commit
a2687e8d6d
1 changed files with 2 additions and 1 deletions
|
@ -21,12 +21,13 @@ ARCH:=$(shell uname -m | sed \
|
|||
BOARD:=uml
|
||||
BOARDNAME:=User Mode Linux
|
||||
FEATURES:=ext4 audio
|
||||
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
|
||||
|
||||
LINUX_VERSION:=2.6.37.6
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH)
|
||||
|
||||
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue