diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-21 16:54:15 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-21 16:54:15 +0000 |
commit | 801985e5286881dd578a19280b2a6c8e212a530d (patch) | |
tree | 18f7bf6377689e41af86e6bc4dda61a2697f3a99 /target/linux/lantiq/falcon/target.mk | |
parent | 3cbbd3710ac8adcbbdcf5897be2c6f6e672e86d8 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/falcon/target.mk')
-rw-r--r-- | target/linux/lantiq/falcon/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/falcon/target.mk b/target/linux/lantiq/falcon/target.mk index 14ac402473..b7af20c79c 100644 --- a/target/linux/lantiq/falcon/target.mk +++ b/target/linux/lantiq/falcon/target.mk @@ -3,6 +3,7 @@ SUBTARGET:=falcon BOARDNAME:=Falcon FEATURES:=squashfs DEVICE_TYPE:=other +CFLAGS+= -mtune=mips32r2 DEFAULT_PACKAGES+= kmod-ifxos gpon-base-files kmod-leds-gpio kmod-ledtrig-heartbeat \ kmod-gpon-optic-drv gpon-optic-drv kmod-gpon-onu-drv gpon-onu-drv \ |