diff options
author | John Crispin <john@openwrt.org> | 2007-06-02 12:44:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-06-02 12:44:18 +0000 |
commit | 8ef31f1a5b037c588a8cc68a1f93ea02a184a974 (patch) | |
tree | 4d766a3158d6e0e102533b9966cd9aff5ee6e606 /target | |
parent | e271bc9e8c313ff5a75958a795d498d8dc778de7 (diff) | |
download | upstream-8ef31f1a5b037c588a8cc68a1f93ea02a184a974.tar.gz upstream-8ef31f1a5b037c588a8cc68a1f93ea02a184a974.tar.bz2 upstream-8ef31f1a5b037c588a8cc68a1f93ea02a184a974.zip |
made the target name of etrax lowercase.
SVN-Revision: 7449
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/etrax-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax-2.6/Makefile b/target/linux/etrax-2.6/Makefile index 06c7b9d322..a2e01fc21e 100644 --- a/target/linux/etrax-2.6/Makefile +++ b/target/linux/etrax-2.6/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=cris BOARD:=etrax -BOARDNAME:=FOXBOARD (ETRAX 100LX) +BOARDNAME:=Foxboard (ETRAX 100LX) FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.19.2 |