From d8e032edef2fb9d1f7aa3b1f96a444f0a1db9696 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 23 Oct 2007 06:23:12 +0000 Subject: 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 SVN-Revision: 9405 --- target/linux/amcc/Makefile | 1 + target/linux/magicbox/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'target/linux') diff --git a/target/linux/amcc/Makefile b/target/linux/amcc/Makefile index d582d81..5e52d38 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 diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile index b130095..15f035a 100644 --- a/target/linux/magicbox/Makefile +++ b/target/linux/magicbox/Makefile @@ -12,6 +12,7 @@ BOARDNAME:=Magicbox FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.22.4 +LINUX_KARCH:=ppc include $(INCLUDE_DIR)/target.mk -- cgit v1.1