diff options
author | John Crispin <blogic@openwrt.org> | 2007-06-02 12:44:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-06-02 12:44:18 +0000 |
commit | a5beb7e2c27ced8ae2613cc64a0cda4d813b5df0 (patch) | |
tree | 477cc3d1b0e869f2c621146cfe8bc34300dec4f4 /target/linux | |
parent | e35c735347c39480e1764152fcf5a6a72c9e5715 (diff) | |
download | upstream-a5beb7e2c27ced8ae2613cc64a0cda4d813b5df0.tar.gz upstream-a5beb7e2c27ced8ae2613cc64a0cda4d813b5df0.tar.bz2 upstream-a5beb7e2c27ced8ae2613cc64a0cda4d813b5df0.zip |
made the target name of etrax lowercase.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7449 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |