From: Felix Fietkau Date: Sun, 17 Apr 2011 21:47:49 +0000 (+0000) Subject: uml: fix the kernel config name override X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=223db5f1f23b95956c4f0c945ae386bb09692505 uml: fix the kernel config name override SVN-Revision: 26715 --- 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