diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:38:22 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:38:22 +0000 |
commit | dd8d72909634e0ba521519748827cb06f8c3f37d (patch) | |
tree | f43bc5d2e2fc1a21ea27855f88182ed11c126405 /target/linux/x86_64/Makefile | |
parent | c1d698fce45c485516b2358d78cc976e8515862c (diff) | |
download | upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.tar.gz upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.tar.bz2 upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.zip |
kernel: update 3.14 to 3.14.16
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42070
Diffstat (limited to 'target/linux/x86_64/Makefile')
-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 7e5312631c..d63d4508c9 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.14 +LINUX_VERSION:=3.14.16 KERNELNAME:=bzImage |