From 581dfd912c86050b73d69241fcd618cf1b85339f Mon Sep 17 00:00:00 2001
From: Claudio Mignanti <c.mignanti@gmail.com>
Date: Sun, 11 Jul 2010 09:53:00 +0000
Subject: [PATCH] fix typo in Makefile tgz -> targz

SVN-Revision: 22125
---
 target/linux/at91/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index 951191e3af..3c32f09ffd 100644
--- a/target/linux/at91/Makefile
+++ b/target/linux/at91/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=at91
 BOARDNAME:=NetusG20
-FEATURES:=squashfs jffs2 tgz
+FEATURES:=squashfs jffs2 targz
 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
 
 LINUX_VERSION:=2.6.34.1
-- 
GitLab