diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-06 18:10:49 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-06 18:10:49 +0000 |
commit | 354a1042cca1794f38d70e9884a293e563a8b42a (patch) | |
tree | 1eb6549288a3c5778a8c8dbe61b93acbb46fd3fb /target/linux/x86_64 | |
parent | ce0f9549476d02ca437e78279c91da680d98ece8 (diff) | |
download | upstream-354a1042cca1794f38d70e9884a293e563a8b42a.tar.gz upstream-354a1042cca1794f38d70e9884a293e563a8b42a.tar.bz2 upstream-354a1042cca1794f38d70e9884a293e563a8b42a.zip |
kernel: update 3.14 to 3.14.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41533
Diffstat (limited to 'target/linux/x86_64')
-rw-r--r-- | target/linux/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index f5aa422a81..600401207d 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86_64 FEATURES:=ext4 vdi vmdk targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.14.9 +LINUX_VERSION:=3.14.10 KERNELNAME:=bzImage |