diff options
author | John Crispin <john@openwrt.org> | 2012-11-03 13:29:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-03 13:29:44 +0000 |
commit | 05fbb370dce49bd5a6460ecd6d932cdeee4b7752 (patch) | |
tree | eacd5aae8841a648ec692ec17751a94f5729b868 /target/linux | |
parent | a9ad36b7f1da67dfefcaf9ecb07b8507b3c3a23a (diff) | |
download | upstream-05fbb370dce49bd5a6460ecd6d932cdeee4b7752.tar.gz upstream-05fbb370dce49bd5a6460ecd6d932cdeee4b7752.tar.bz2 upstream-05fbb370dce49bd5a6460ecd6d932cdeee4b7752.zip |
3.6 is not the default yet
SVN-Revision: 34065
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 58ccf823ec..c8e376ccf4 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,8 +12,8 @@ FEATURES:=squashfs jffs2 SUBTARGETS:=danube ar9 vr9 falcon svip_be LINUX_VERSION:=3.3.8 -SUBTARGETS=xway ase -LINUX_VERSION:=3.6.5 +#SUBTARGETS=xway ase +#LINUX_VERSION:=3.6.5 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |