diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 01:59:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 01:59:45 +0000 |
commit | 3a948770cf46732ba4e2ebe667efc3be164780e3 (patch) | |
tree | a332a0212fc1d8831ea73fa20841bd252c468916 /target/linux/lantiq/Makefile | |
parent | 240a3a38e1711857921d31b73a81a4ef9e8a3117 (diff) | |
download | upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.tar.gz upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.tar.bz2 upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.zip |
add linux-v3.7
SVN-Revision: 34687
Diffstat (limited to 'target/linux/lantiq/Makefile')
-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 1ab6dea1b3..a8e61709ba 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.10 +SUBTARGETS=xway ase falcon +LINUX_VERSION:=3.7-rc8 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |