1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 16:21:06 +02:00

uml: fix the kernel config name override

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26715 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-04-17 21:47:49 +00:00
parent fbbdac4faa
commit 08b7e3152b

View File

@ -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