diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 01:59:45 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 01:59:45 +0000 |
commit | 7185dc2440c81feae80539ecc8d1e0c9e133497b (patch) | |
tree | b01c98dfee8ccdd18862f3049d7dfdcca7828c3a /target/linux/lantiq/Makefile | |
parent | 502a3e0f56d6af2fee94bfd4c6e05c8361ccde6c (diff) |
[lantiq] add linux-v3.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34687 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |