diff options
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index ffe8e1b9f..53cbc30c0 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY/SVIP FEATURES:=squashfs jffs2 -DEFAULT_SUBTARGET:=danube +SUBTARGETS=xway ase falcon -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.8.12 -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves +CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely define Target/Description Build firmware images for Lantiq SoC |