From 402669ffa1b1e78f1b6bcbffca7e5b8966a209a9 Mon Sep 17 00:00:00 2001 From: kaloz Date: Sun, 27 Jan 2008 23:11:21 +0000 Subject: [PATCH] * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10290 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 7f2bebbd8..ed43ccaec 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.35.1