diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-17 21:47:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-17 21:47:49 +0000 |
commit | b8430a83f77e58080ac0bb4435a8c544f02be4d5 (patch) | |
tree | 15c480da7e8d8dd32b80199e652eac92e44c395a /target | |
parent | d4b35c4f5051e1526e61d11efec8e6c6e83ab10d (diff) | |
download | upstream-b8430a83f77e58080ac0bb4435a8c544f02be4d5.tar.gz upstream-b8430a83f77e58080ac0bb4435a8c544f02be4d5.tar.bz2 upstream-b8430a83f77e58080ac0bb4435a8c544f02be4d5.zip |
uml: fix the kernel config name override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/Makefile | 3 |
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 |