diff options
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index fa74e95af8..412b7b19c6 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,9 +10,10 @@ ARCH:=mips BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 -SUBTARGETS:=falcon xway +SUBTARGETS:=falcon xway ase -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=2.6.39 +#LINUX_VERSION:=2.6.32.33 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |