mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
parent
1c19298315
commit
d2642de749
@ -13,7 +13,7 @@ SUBTARGETS=xway ase falcon
|
||||
|
||||
LINUX_VERSION:=3.8.13
|
||||
|
||||
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely
|
||||
CFLAGS=-Os -pipe -mips32r2 -fno-caller-saves -mno-branch-likely
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Lantiq SoC
|
||||
|
||||
@ -2,6 +2,7 @@ ARCH:=mips
|
||||
SUBTARGET:=ase
|
||||
BOARDNAME:=Amazon-SE
|
||||
FEATURES:=squashfs atm
|
||||
CFLAGS+= -mtune=mips32r2
|
||||
|
||||
DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ase ltq-dsl-app
|
||||
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -3,6 +3,7 @@ SUBTARGET:=svip_be
|
||||
BOARDNAME:=SVIP Big Endian
|
||||
FEATURES:=squashfs
|
||||
DEVICE_TYPE:=other
|
||||
CFLAGS+= -mtune=mips32r2
|
||||
|
||||
DEFAULT_PACKAGES+= uboot-svip hostapd-mini
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user