diff options
author | John Crispin <blogic@openwrt.org> | 2011-10-10 15:13:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-10-10 15:13:46 +0000 |
commit | 4cc422e0f3860fbe49957352cfb7cd61e5e884d3 (patch) | |
tree | 0f8c817f0dfc9ae67a7e62306b3070c4b4c8f1c0 /target/linux/lantiq/Makefile | |
parent | 4f21c56812d340411d24db0a330beac3db9a0bd8 (diff) | |
download | upstream-4cc422e0f3860fbe49957352cfb7cd61e5e884d3.tar.gz upstream-4cc422e0f3860fbe49957352cfb7cd61e5e884d3.tar.bz2 upstream-4cc422e0f3860fbe49957352cfb7cd61e5e884d3.zip |
[lantiq]
* update patches to 3.0
* add basic vr9 support
* backport 3.1 fixes
* backport 3.2 queue (falcon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/Makefile')
-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 e355c15730..8d845b95a7 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:=2.6.39.4 +LINUX_VERSION:=3.0.3 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |