diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-14 16:11:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-05-14 16:11:26 +0000 |
commit | 27cb15eccd4bb4913fb7e063cf4b051193761b55 (patch) | |
tree | 27e347e259ab49113c602e4a7c581bdb183ef961 /target/linux/lantiq | |
parent | 9391118ede8d870b9e5a04f4130147d583e8f611 (diff) | |
download | upstream-27cb15eccd4bb4913fb7e063cf4b051193761b55.tar.gz upstream-27cb15eccd4bb4913fb7e063cf4b051193761b55.tar.bz2 upstream-27cb15eccd4bb4913fb7e063cf4b051193761b55.zip |
[lantiq] set 3.3.5 as default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31718 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |