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/xway/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/xway') 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 -- cgit v1.2.3