From c5a0ab63ac136e2acacb2f23eda4fbaf036b07b0 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 27 Jan 2008 23:11:21 +0000 Subject: [PATCH] * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23 SVN-Revision: 10290 --- target/linux/{amcc => ppc44x}/Makefile | 2 +- target/linux/{amcc => ppc44x}/base-files/etc/inittab | 0 target/linux/{amcc => ppc44x}/config-default | 0 target/linux/{amcc => ppc44x}/image/Makefile | 0 target/linux/{amcc => ppc44x}/patches/100-taishan_emac.patch | 0 .../{amcc => ppc44x}/patches/110-openwrt_mtd_mapping.patch | 0 .../{amcc => ppc44x}/patches/120-uncompressed_uImage.patch | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename target/linux/{amcc => ppc44x}/Makefile (96%) rename target/linux/{amcc => ppc44x}/base-files/etc/inittab (100%) rename target/linux/{amcc => ppc44x}/config-default (100%) rename target/linux/{amcc => ppc44x}/image/Makefile (100%) rename target/linux/{amcc => ppc44x}/patches/100-taishan_emac.patch (100%) rename target/linux/{amcc => ppc44x}/patches/110-openwrt_mtd_mapping.patch (100%) rename target/linux/{amcc => ppc44x}/patches/120-uncompressed_uImage.patch (100%) diff --git a/target/linux/amcc/Makefile b/target/linux/ppc44x/Makefile similarity index 96% rename from target/linux/amcc/Makefile rename to target/linux/ppc44x/Makefile index 7f2bebbd8f..ed43ccaec7 100644 --- a/target/linux/amcc/Makefile +++ b/target/linux/ppc44x/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc -BOARD:=amcc +BOARD:=ppc44x BOARDNAME:=AMCC Taishan FEATURES:=jffs2 diff --git a/target/linux/amcc/base-files/etc/inittab b/target/linux/ppc44x/base-files/etc/inittab similarity index 100% rename from target/linux/amcc/base-files/etc/inittab rename to target/linux/ppc44x/base-files/etc/inittab diff --git a/target/linux/amcc/config-default b/target/linux/ppc44x/config-default similarity index 100% rename from target/linux/amcc/config-default rename to target/linux/ppc44x/config-default diff --git a/target/linux/amcc/image/Makefile b/target/linux/ppc44x/image/Makefile similarity index 100% rename from target/linux/amcc/image/Makefile rename to target/linux/ppc44x/image/Makefile diff --git a/target/linux/amcc/patches/100-taishan_emac.patch b/target/linux/ppc44x/patches/100-taishan_emac.patch similarity index 100% rename from target/linux/amcc/patches/100-taishan_emac.patch rename to target/linux/ppc44x/patches/100-taishan_emac.patch diff --git a/target/linux/amcc/patches/110-openwrt_mtd_mapping.patch b/target/linux/ppc44x/patches/110-openwrt_mtd_mapping.patch similarity index 100% rename from target/linux/amcc/patches/110-openwrt_mtd_mapping.patch rename to target/linux/ppc44x/patches/110-openwrt_mtd_mapping.patch diff --git a/target/linux/amcc/patches/120-uncompressed_uImage.patch b/target/linux/ppc44x/patches/120-uncompressed_uImage.patch similarity index 100% rename from target/linux/amcc/patches/120-uncompressed_uImage.patch rename to target/linux/ppc44x/patches/120-uncompressed_uImage.patch -- 2.30.2