diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-15 09:37:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-05-15 09:37:59 +0000 |
commit | d92ae2699fcff80c45f4fbc83fb10d18b29d2b42 (patch) | |
tree | 11a911392b5c1e9ef70c2eb52c1633df8fadd00f /target | |
parent | c3312ba02d1a64c02dfb5c48505c93065de75c3d (diff) | |
download | master-187ad058-d92ae2699fcff80c45f4fbc83fb10d18b29d2b42.tar.gz master-187ad058-d92ae2699fcff80c45f4fbc83fb10d18b29d2b42.tar.bz2 master-187ad058-d92ae2699fcff80c45f4fbc83fb10d18b29d2b42.zip |
[lantiq] set 3.3.6 as default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |