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:
c3f18bd
)
fix LINUX_KARCH for x86
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Jan 2009 21:35:26 +0000
(21:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Jan 2009 21:35:26 +0000
(21:35 +0000)
SVN-Revision: 13986
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index a9a350bb280502117b31081e8d5b53ae01924a0f..28567776adec2182daef034aa927c221f7d1ba52 100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-53,7
+53,7
@@
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um
else
ifeq (,$(LINUX_KARCH))
- LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/
i3
86/' \
+ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/
x
86/' \
-e 's/mipsel/mips/' \
-e 's/mipseb/mips/' \
-e 's/sh[234]/sh/' \