diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:54:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:54:15 +0000 |
commit | 44b1688e6c7b4f16f7165fbd560e1183aef69090 (patch) | |
tree | 01c783c1dffc286ac0ed10aa7fc88f828007b78e /target/linux/lantiq/xway | |
parent | 5d441ae7eaa46a351ca8ca32486b499dee9332e6 (diff) | |
download | upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.gz upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.bz2 upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.zip |
lantiq: Tune the XWAY subtarget cflags
This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2.
Although the Danube has a Mips 24KEc core performs well with the above cflags.
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 37006
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index 540de14801..ffbc4eaefe 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -2,6 +2,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY FEATURES:=squashfs atm mips16 +CFLAGS+= -mtune=34kc -mdsp DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug |