diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-10-27 10:26:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-10-27 10:26:00 +0000 |
commit | 2d2179f503930a0f04673205a97161f015cf42c9 (patch) | |
tree | aec3aa108729cf194c136832fe37ae219dcff795 /include | |
parent | 5d434d99598e0f50e031102dc7618849f2f4bc19 (diff) | |
download | master-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.tar.gz master-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.tar.bz2 master-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.zip |
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
SVN-Revision: 5310
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 55b6364289..614ab06df8 100644 --- a/include/target.mk +++ b/include/target.mk @@ -22,7 +22,7 @@ $(eval $(call kernel_template,2.6,uml,2_6_UML)) $(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) $(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) $(eval $(call kernel_template,2.6,au1000,2_6_AU1000)) -$(eval $(call kernel_template,2.6,xscale,2_6_XSCALE)) +$(eval $(call kernel_template,2.6,ixp4xx,2_6_IXP4XX)) $(eval $(call kernel_template,2.6,magicbox,2_6_MAGICBOX)) $(eval $(call kernel_template,2.6,sibyte,2_6_SIBYTE)) |