fix typo in Makefile tgz -> targz
SVN-Revision: 22125
This commit is contained in:
parent
99698373f9
commit
581dfd912c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=at91
|
BOARD:=at91
|
||||||
BOARDNAME:=NetusG20
|
BOARDNAME:=NetusG20
|
||||||
FEATURES:=squashfs jffs2 tgz
|
FEATURES:=squashfs jffs2 targz
|
||||||
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.34.1
|
LINUX_VERSION:=2.6.34.1
|
||||||
|
|
Loading…
Reference in a new issue