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 | f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8 (patch) | |
tree | 3452076d913f8bac995f158c9184a79fd5755f5d /target/Config.in | |
parent | 50525d647065b48db63eb738aa5eab4379d6fbe2 (diff) | |
download | master-187ad058-f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8.tar.gz master-187ad058-f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8.tar.bz2 master-187ad058-f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8.zip |
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |