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 /target/Config.in | |
parent | 5d434d99598e0f50e031102dc7618849f2f4bc19 (diff) | |
download | upstream-2d2179f503930a0f04673205a97161f015cf42c9.tar.gz upstream-2d2179f503930a0f04673205a97161f015cf42c9.tar.bz2 upstream-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 'target/Config.in')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index a69c2249fe..647aa12b36 100644 --- a/target/Config.in +++ b/target/Config.in @@ -78,8 +78,8 @@ config LINUX_2_6_BRCM63XX Build firmware images for Broadcom based xDSL/routers (e.g. Inventel Livebox, Siemens SE515) -config LINUX_2_6_XSCALE - bool "Intel XScale [2.6]" +config LINUX_2_6_IXP4XX + bool "Intel XScale IXP4xx [2.6]" select armeb select LINUX_2_6 select PCI_SUPPORT |