diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:30:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:30:27 +0000 |
commit | b388a01807789ff2a459f4f9342f67d75011b578 (patch) | |
tree | 822ab39cb0c743d1f48d076ded8d38b1652b32e3 /target/linux/at91 | |
parent | 7b4888df88e927eb181f20c80d978df981fa4e5c (diff) | |
download | upstream-b388a01807789ff2a459f4f9342f67d75011b578.tar.gz upstream-b388a01807789ff2a459f4f9342f67d75011b578.tar.bz2 upstream-b388a01807789ff2a459f4f9342f67d75011b578.zip |
fixup some boardnames
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-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 3c32f09ffd..d37aa53783 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 -BOARDNAME:=NetusG20 +BOARDNAME:=Atmel AT91 FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time |