diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
commit | 162b8e23a5b6ddc158bd382cbd8ae8b31cac9082 (patch) | |
tree | 4b2186899ad176f455af45b0b3feede02ab57ff4 /target/linux/lantiq/Makefile | |
parent | f35c369710959b964e0d16d5c45dd497093df61e (diff) | |
download | upstream-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.tar.gz upstream-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.tar.bz2 upstream-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.zip |
kernel: update linux 3.7 to 3.7.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35604
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 650b90f702..c9bc96769f 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -11,7 +11,7 @@ BOARDNAME:=Lantiq GPON/XWAY/SVIP FEATURES:=squashfs jffs2 SUBTARGETS=xway ase falcon -LINUX_VERSION:=3.7.7 +LINUX_VERSION:=3.7.8 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely |