From 09d65a7960c7ef3d1ac7d3a4f412b1f0dc862470 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 23 Nov 2006 16:18:59 +0000
Subject: [PATCH] fix the ixp4xx arch - armeb, not arm

SVN-Revision: 5627
---
 target/linux/ixp4xx-2.6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile
index 0156414b11..52d607d566 100644
--- a/target/linux/ixp4xx-2.6/Makefile
+++ b/target/linux/ixp4xx-2.6/Makefile
@@ -6,7 +6,7 @@
 #
 include $(TOPDIR)/rules.mk
 
-ARCH:=arm
+ARCH:=armeb
 BOARD:=ixp4xx
 BOARDNAME:=Intel XScale IXP4xx
 FEATURES:=jffs2
-- 
GitLab