diff options
author | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-04 00:58:46 +0000 |
---|---|---|
committer | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-04 00:58:46 +0000 |
commit | 929b77d999e5aad1cbef1c1ccd9003d5d6f8b44a (patch) | |
tree | d756512624df3f1ff5e737c3a1f61845befcdf08 /target | |
parent | be01bc2bd6d850ac7059660edc43d15bacacfb0f (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/etrax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index b61f017c7e..38622901af 100644 --- a/target/linux/etrax/Makefile +++ b/target/linux/etrax/Makefile @@ -18,7 +18,7 @@ KERNELNAME:="zImage" DEFAULT_PACKAGES += foxboard-utils define Target/Description - Build fimware images for the FOXBOARD made by acmesystems.it + Build firmware images for the FOXBOARD made by acmesystems.it endef $(eval $(call BuildTarget)) |