diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-07 16:51:01 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-07 16:51:01 +0000 |
commit | df97920d68bba2ca1f0e40698feb8a08a1a0332f (patch) | |
tree | 7070a69de89188136dc703d78220cdaac4ace1f0 /target/linux | |
parent | 757d750d5e9db25d894566f4ce778a2bf13ef380 (diff) |
[x86_64]: upgrade to 3.13.1
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39525 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86_64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index 02b297a5cf..e6de3687ca 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ BOARDNAME:=x86_64 FEATURES:=ext4 vdi vmdk targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.10.28 +LINUX_VERSION:=3.13.1 KERNELNAME:=bzImage |