aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amcc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-23 06:23:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-23 06:23:12 +0000
commitdee598b99b23581a5eb29d2c79f7721e7d1dca8c (patch)
treed1c9db843dfb9857ac78c5b6ee08e31ea15ef4e1 /target/linux/amcc
parent0e389d46a75122cf83d02040af1ceab6e92e7afb (diff)
downloadmaster-187ad058-dee598b99b23581a5eb29d2c79f7721e7d1dca8c.tar.gz
master-187ad058-dee598b99b23581a5eb29d2c79f7721e7d1dca8c.tar.bz2
master-187ad058-dee598b99b23581a5eb29d2c79f7721e7d1dca8c.zip
don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build system unconditionally replaces LIUNUX_KARCH=powerpc with LINUX_KARCH=ppc. This change only does the replacement if LINUX_KARCH isn't set. This allows us to use the powerpc architecture. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amcc')
-rw-r--r--target/linux/amcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/amcc/Makefile b/target/linux/amcc/Makefile
index d582d81915..5e52d38c77 100644
--- a/target/linux/amcc/Makefile
+++ b/target/linux/amcc/Makefile
@@ -12,6 +12,7 @@ BOARDNAME:=AMCC Taishan
FEATURES:=jffs2
LINUX_VERSION:=2.6.21.5
+LINUX_KARCH:=ppc
include $(INCLUDE_DIR)/target.mk