projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b3653
)
fix kernel-headers build for uml
author
Florian Fainelli
<florian@openwrt.org>
Sun, 14 Mar 2010 16:21:18 +0000
(16:21 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 14 Mar 2010 16:21:18 +0000
(16:21 +0000)
SVN-Revision: 20203
toolchain/kernel-headers/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/kernel-headers/Makefile
b/toolchain/kernel-headers/Makefile
index 63687cbf50254018cfc8b17a1acae9c4388daa15..47e7b245b1e72f66e356bc83c06ec81c0dda3a21 100644
(file)
--- a/
toolchain/kernel-headers/Makefile
+++ b/
toolchain/kernel-headers/Makefile
@@
-26,7
+26,7
@@
include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/kernel-defaults.mk
ifeq ($(strip $(BOARD)),uml)
- LINUX_KARCH:=$(
ARCH
)
+ LINUX_KARCH:=$(
subst x86_64,x86,$(subst i386,x86,$(ARCH))
)
endif
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.18)),1)