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 | 68304e5bf32811b7b09ac936899aa8563b8f8127 (patch) | |
tree | ecee83324695d2efa1b71ae64f72a5be78a09b7b /target/linux/at91 | |
parent | f6d5ba9a00317be5a94457122853c3d1038163cd (diff) | |
download | upstream-68304e5bf32811b7b09ac936899aa8563b8f8127.tar.gz upstream-68304e5bf32811b7b09ac936899aa8563b8f8127.tar.bz2 upstream-68304e5bf32811b7b09ac936899aa8563b8f8127.zip |
at91: fix typo on Calao
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42410 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |