projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
preliminary sibyte support
[openwrt.git]
/
openwrt
/
target
/
linux
/
rules.mk
diff --git
a/openwrt/target/linux/rules.mk
b/openwrt/target/linux/rules.mk
index
f0f2e72
..
3358f1f
100644
(file)
--- a/
openwrt/target/linux/rules.mk
+++ b/
openwrt/target/linux/rules.mk
@@
-20,6
+20,7
@@
LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
-e 's/mipseb/mips/' \
-e 's/powerpc/ppc/' \
-e 's/sh[234]/sh/' \
+ -e 's/armeb/arm/' \
)
KPKG_MAKEOPTS:= IPKG="$(IPKG_KERNEL)" \
This page took
0.023521 seconds
and
4
git commands to generate.