projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
227402c
)
fix LINUX_KARCH for x86
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jan 2009 21:35:26 +0000
(21:35 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jan 2009 21:35:26 +0000
(21:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13986
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
a9a350b
..
2856777
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/' \
This page took
0.025348 seconds
and
4
git commands to generate.