diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 09:38:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 09:38:55 +0000 |
commit | efb51db18928f16b7d6931e25aeb669c0d035c5e (patch) | |
tree | 1deb6618ce86397fc18555fd0f037757d8418773 | |
parent | 42b8aa196321a9a691f59dec92de90cff1a2f6e9 (diff) | |
download | upstream-efb51db18928f16b7d6931e25aeb669c0d035c5e.tar.gz upstream-efb51db18928f16b7d6931e25aeb669c0d035c5e.tar.bz2 upstream-efb51db18928f16b7d6931e25aeb669c0d035c5e.zip |
[ppc44x] fix target description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16914 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 427eb22754..9b952f12e5 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -17,7 +17,7 @@ LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk define Target/Description - Build firmware images for the AMCC Taishan evaluation board + Build firmware images for AMCC/IBM PPC44x based boards. endef $(eval $(call BuildTarget)) |