diff options
author | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-11 09:53:00 +0000 |
---|---|---|
committer | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-11 09:53:00 +0000 |
commit | f845016e5dcef5351d98d669f47835a4491c0dd9 (patch) | |
tree | d451848e7c3fd65c87da43c1dd5c5d2f77d4d95e /target/linux | |
parent | b03d47c1079d0dba26dfd3179f76eed6576841d0 (diff) |
[at91] fix typo in Makefile tgz -> targz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22125 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |