diff options
author | John Crispin <john@openwrt.org> | 2012-05-14 16:11:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-05-14 16:11:26 +0000 |
commit | c61ada1db8a722940020eeeea6270b1b9e87162f (patch) | |
tree | f5b44fba0c4a743c615ec616e83eade6e9855691 /target/linux/lantiq | |
parent | 2fceae7ec4276e500af566959911547100ab17eb (diff) | |
download | upstream-c61ada1db8a722940020eeeea6270b1b9e87162f.tar.gz upstream-c61ada1db8a722940020eeeea6270b1b9e87162f.tar.bz2 upstream-c61ada1db8a722940020eeeea6270b1b9e87162f.zip |
set 3.3.5 as default
SVN-Revision: 31718
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 a1b40600b0..5c316f1407 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.2.16 +LINUX_VERSION:=3.3.5 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |