summaryrefslogtreecommitdiffstats
path: root/target/linux/uml/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-17 21:47:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-17 21:47:49 +0000
commita2687e8d6dc3cfd678b3610a1f06df7be829b7e9 (patch)
treecc176e00cae154b79d7e115d4584c4f9c3295662 /target/linux/uml/Makefile
parenta65dac690cb13bb526c879ebed3465d4babebaca (diff)
downloadmaster-31e0f0ae-a2687e8d6dc3cfd678b3610a1f06df7be829b7e9.tar.gz
master-31e0f0ae-a2687e8d6dc3cfd678b3610a1f06df7be829b7e9.tar.bz2
master-31e0f0ae-a2687e8d6dc3cfd678b3610a1f06df7be829b7e9.zip
uml: fix the kernel config name override
SVN-Revision: 26715
Diffstat (limited to 'target/linux/uml/Makefile')
-rw-r--r--target/linux/uml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index 6f952f55d6..9342b1fa90 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -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