diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 09:38:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 09:38:41 +0000 |
commit | 42b8aa196321a9a691f59dec92de90cff1a2f6e9 (patch) | |
tree | 5a595881159ea84963715b918210ef684ea66778 /target | |
parent | d538c35af2816cbed0947bf106634d58a4eef304 (diff) | |
download | master-187ad058-42b8aa196321a9a691f59dec92de90cff1a2f6e9.tar.gz master-187ad058-42b8aa196321a9a691f59dec92de90cff1a2f6e9.tar.bz2 master-187ad058-42b8aa196321a9a691f59dec92de90cff1a2f6e9.zip |
[ppc40x] fix target description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16913 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 4c4641aa4f..b7e584ff01 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -17,7 +17,7 @@ LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk define Target/Description - Build firmware images for the AMCC Kilauea evaluation board + Build firmware images for AMCC/IBM PPC40x based boards. endef $(eval $(call BuildTarget)) |