diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
commit | d619b697b526122c8ed6cd4961a8be16b2cd8100 (patch) | |
tree | a292d361fa699fcd23b01c28f776fed045c6c211 /target/linux/lantiq | |
parent | 3b3c72413ce03da7941bbcac029b43f87abece60 (diff) | |
download | upstream-d619b697b526122c8ed6cd4961a8be16b2cd8100.tar.gz upstream-d619b697b526122c8ed6cd4961a8be16b2cd8100.tar.bz2 upstream-d619b697b526122c8ed6cd4961a8be16b2cd8100.zip |
kernel: update linux 3.7 to 3.7.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 febdeccfb4..a7241f0f19 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.5 +LINUX_VERSION:=3.7.6 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely |