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 | |
parent | 50525d647065b48db63eb738aa5eab4379d6fbe2 (diff) | |
download | upstream-f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8.tar.gz upstream-f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8.tar.bz2 upstream-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')
-rw-r--r-- | target/Config.in | 4 | ||||
-rw-r--r-- | target/image/ixp4xx/Makefile (renamed from target/image/xscale/Makefile) | 0 | ||||
-rw-r--r-- | target/linux/ixp4xx-2.6/Makefile (renamed from target/linux/xscale-2.6/Makefile) | 0 | ||||
-rw-r--r-- | target/linux/ixp4xx-2.6/config (renamed from target/linux/xscale-2.6/config) | 0 | ||||
-rw-r--r-- | target/linux/ixp4xx-2.6/patches/001-gateway_7001.patch (renamed from target/linux/xscale-2.6/patches/001-gateway_7001.patch) | 0 |
5 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 diff --git a/target/image/xscale/Makefile b/target/image/ixp4xx/Makefile index 23a0644338..23a0644338 100644 --- a/target/image/xscale/Makefile +++ b/target/image/ixp4xx/Makefile diff --git a/target/linux/xscale-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 323eb2c3f4..323eb2c3f4 100644 --- a/target/linux/xscale-2.6/Makefile +++ b/target/linux/ixp4xx-2.6/Makefile diff --git a/target/linux/xscale-2.6/config b/target/linux/ixp4xx-2.6/config index f28ecef50e..f28ecef50e 100644 --- a/target/linux/xscale-2.6/config +++ b/target/linux/ixp4xx-2.6/config diff --git a/target/linux/xscale-2.6/patches/001-gateway_7001.patch b/target/linux/ixp4xx-2.6/patches/001-gateway_7001.patch index d144758b24..d144758b24 100644 --- a/target/linux/xscale-2.6/patches/001-gateway_7001.patch +++ b/target/linux/ixp4xx-2.6/patches/001-gateway_7001.patch |