diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:09:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:09:14 +0000 |
commit | 5efbc41cbbb2221d23336129eb90cb533ce9a17f (patch) | |
tree | ba8c4590546270de494f8f56636bbd24abbc6245 /target/linux/at91 | |
parent | eb9730ddac819deb73aecda7af00bc407cebd111 (diff) | |
download | upstream-5efbc41cbbb2221d23336129eb90cb533ce9a17f.tar.gz upstream-5efbc41cbbb2221d23336129eb90cb533ce9a17f.tar.bz2 upstream-5efbc41cbbb2221d23336129eb90cb533ce9a17f.zip |
at91: fix typo on Calao
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42410
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 57e5cc45d7..c2e1d84672 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -48,7 +48,7 @@ Image/Build/Kernel/AT91SAM9X25EK=$(call MkuImageDtb,9x25ek,at91sam9x25ek) Image/Build/Kernel/AT91SAM9X35EK=$(call MkuImageDtb,9x35ek,at91sam9x35ek) # CalAmp Image/Build/Kernel/LMU5000=$(call MkuImageDtb,lmu5000,lmu5000) -# Caloa +# Calao Image/Build/Kernel/TNYA9260=$(call MkuImageDtb,tny_a9260,tny_a9260) Image/Build/Kernel/TNYA9263=$(call MkuImageDtb,tny_a9263,tny_a9263) Image/Build/Kernel/TNYA9G20=$(call MkuImageDtb,tny_a9g20,tny_a9g20) |