diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-03 13:29:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-03 13:29:44 +0000 |
commit | 434f5edbf76f19a7b6d542459f9332694f70583a (patch) | |
tree | 3d5eb006bbb8a4892adc2d5d4d7a7cdfbc978e3b /target/linux/lantiq | |
parent | 403bf784c99e40a6abbbffd4e418043c7446803d (diff) | |
download | upstream-434f5edbf76f19a7b6d542459f9332694f70583a.tar.gz upstream-434f5edbf76f19a7b6d542459f9332694f70583a.tar.bz2 upstream-434f5edbf76f19a7b6d542459f9332694f70583a.zip |
[lantiq] 3.6 is not the default yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34065 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |