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 | 6e5921c1f3405ceccf2624a2ed0e531fd45e80c4 (patch) | |
tree | a45558bda08e6583a11fdb821ff039e66501c0b5 /target/linux/etrax | |
parent | eb86bf8fe8c2a9c44c7f3a0474c571e569e89101 (diff) | |
download | upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.tar.gz upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.tar.bz2 upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.zip |
fixup some boardnames
SVN-Revision: 22288
Diffstat (limited to 'target/linux/etrax')
-rw-r--r-- | target/linux/etrax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index 645b951e1a..d57891f820 100644 --- a/target/linux/etrax/Makefile +++ b/target/linux/etrax/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=cris BOARD:=etrax -BOARDNAME:=Foxboard (ETRAX 100LX) +BOARDNAME:=Axis ETRAX 100LX FEATURES:=squashfs jffs2 usb LINUX_VERSION:=2.6.32.14 DEVICE_TYPE= |