From d2642de7494bba312bbb22cfeb3ad77130a10047 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:54:15 +0000 Subject: lantiq: Tune the XWAY subtarget cflags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37006 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/svip_le/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/svip_le/target.mk') diff --git a/target/linux/lantiq/svip_le/target.mk b/target/linux/lantiq/svip_le/target.mk index 2c1ed07a4e..d2ccdbcfe1 100644 --- a/target/linux/lantiq/svip_le/target.mk +++ b/target/linux/lantiq/svip_le/target.mk @@ -3,6 +3,7 @@ SUBTARGET:=svip_le BOARDNAME:=SVIP Little Endian FEATURES:=squashfs DEVICE_TYPE:=other +CFLAGS+= -mtune=mips32r2 DEFAULT_PACKAGES+= uboot-svip hostapd-mini -- cgit v1.2.3