diff options
author | John Crispin <john@openwrt.org> | 2012-05-15 09:37:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-05-15 09:37:59 +0000 |
commit | 9785ec070ed99709512f3ddfeb821c15951418aa (patch) | |
tree | 04afe5a9c77ea910c253b5ddbf18d539a141926f /target/linux/lantiq | |
parent | 768d49a428ba32c267ba0b1a208a022c3d3f086d (diff) | |
download | upstream-9785ec070ed99709512f3ddfeb821c15951418aa.tar.gz upstream-9785ec070ed99709512f3ddfeb821c15951418aa.tar.bz2 upstream-9785ec070ed99709512f3ddfeb821c15951418aa.zip |
set 3.3.6 as default
SVN-Revision: 31733
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 5c316f1407..c4a84b32e5 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 DEFAULT_SUBTARGET:=danube -LINUX_VERSION:=3.3.5 +LINUX_VERSION:=3.3.6 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |