projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65dac6
)
uml: fix the kernel config name override
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Apr 2011 21:47:49 +0000
(21:47 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Apr 2011 21:47:49 +0000
(21:47 +0000)
SVN-Revision: 26715
target/linux/uml/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index 6f952f55d6cba7e2b23deca828f07c8c91def836..9342b1fa90674bcfb9bb3bb2b0b19446ee61f93d 100644
(file)
--- 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