diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-02 08:31:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-02 08:31:25 +0000 |
commit | ea8440f4c347dd349eaefb16a57c6dd458e45394 (patch) | |
tree | fc2cec87970f29b3b6d6d51ea1ee91f6428737b5 /target/linux/cns21xx | |
parent | a2c039457292e65cd2bdaa468454daac7c38ffc3 (diff) | |
download | upstream-ea8440f4c347dd349eaefb16a57c6dd458e45394.tar.gz upstream-ea8440f4c347dd349eaefb16a57c6dd458e45394.tar.bz2 upstream-ea8440f4c347dd349eaefb16a57c6dd458e45394.zip |
cns21xx belongs to the Econa family, too
SVN-Revision: 27354
Diffstat (limited to 'target/linux/cns21xx')
-rw-r--r-- | target/linux/cns21xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index 6e5fa6f565..dd4f28e103 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns21xx -BOARDNAME:=Cavium Networks CNS21xx +BOARDNAME:=Cavium Networks Econa CNS21xx FEATURES:=squashfs broken CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves |