diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-07 16:51:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-07 16:51:01 +0000 |
commit | 4fe4daccdcea2637e76f85529a161b06aabf2ec6 (patch) | |
tree | 48311e0b22edd2f91a11e209369ce55df5aae739 | |
parent | 29c6927f14891ac642e9e63a459cf29c11ff9777 (diff) | |
download | upstream-4fe4daccdcea2637e76f85529a161b06aabf2ec6.tar.gz upstream-4fe4daccdcea2637e76f85529a161b06aabf2ec6.tar.bz2 upstream-4fe4daccdcea2637e76f85529a161b06aabf2ec6.zip |
upgrade to 3.13.1
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39525
-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 |