aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-12-25 20:04:16 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-12-25 20:04:16 +0000
commitf351d6cd520ea8f37c1bc65c3a83405b68fe30f7 (patch)
treec88e53b239b78f0ee35c7f7cbccab59543003df6 /target/linux/rules.mk
parent1e264598ebe4067db3a57d63556172f42c5391ba (diff)
downloadupstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.tar.gz
upstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.tar.bz2
upstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.zip
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rules.mk')
-rw-r--r--target/linux/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rules.mk b/target/linux/rules.mk
index 8871fa442e..758b525132 100644
--- a/target/linux/rules.mk
+++ b/target/linux/rules.mk
@@ -1,5 +1,6 @@
LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
-e 's/mipsel/mips/' \
+ -e 's/mipseb/mips/' \
-e 's/powerpc/ppc/' \
-e 's/sh[234]/sh/' \
)