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 | f8148d2f9578cc61df9b9df2a9b22ee18bad15f1 (patch) | |
tree | 0c3e787f117f274a3abf5d963561454ce7faaab9 /target/linux/ppc44x | |
parent | c958046f23dbd89c41853e52fc6d80a83ef760c1 (diff) | |
download | upstream-f8148d2f9578cc61df9b9df2a9b22ee18bad15f1.tar.gz upstream-f8148d2f9578cc61df9b9df2a9b22ee18bad15f1.tar.bz2 upstream-f8148d2f9578cc61df9b9df2a9b22ee18bad15f1.zip |
fix target description
SVN-Revision: 16914
Diffstat (limited to 'target/linux/ppc44x')
-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)) |