diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-23 16:18:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-23 16:18:59 +0000 |
commit | 09d65a7960c7ef3d1ac7d3a4f412b1f0dc862470 (patch) | |
tree | 3fd9a16773f845727665a72db255dfca4135df2e /target/linux/ixp4xx-2.6/Makefile | |
parent | fb77d07fa25412c67137e95e61b6c06949c3046e (diff) | |
download | mtk-20170518-09d65a7960c7ef3d1ac7d3a4f412b1f0dc862470.zip mtk-20170518-09d65a7960c7ef3d1ac7d3a4f412b1f0dc862470.tar.gz mtk-20170518-09d65a7960c7ef3d1ac7d3a4f412b1f0dc862470.tar.bz2 |
fix the ixp4xx arch - armeb, not arm
SVN-Revision: 5627
Diffstat (limited to 'target/linux/ixp4xx-2.6/Makefile')
-rw-r--r-- | target/linux/ixp4xx-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 0156414..52d607d 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 |