From: kaloz Date: Sun, 27 Jan 2008 23:11:21 +0000 (+0000) Subject: * Rename the AMCC target to PPC44x X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=402669ffa1b1e78f1b6bcbffca7e5b8966a209a9;p=openwrt-10.03%2F.git * 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 --- 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