diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-24 12:27:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-24 12:27:36 +0000 |
commit | 70a27a518e842f0180271ab79e058c3d20821bc7 (patch) | |
tree | abc946786bdc65802d7b5e8bcdc11d4195b9c498 /target/linux/x86_64 | |
parent | 2dd6d4a4f06f1dea95c2e2de5c0dc668237cec71 (diff) | |
download | upstream-70a27a518e842f0180271ab79e058c3d20821bc7.tar.gz upstream-70a27a518e842f0180271ab79e058c3d20821bc7.tar.bz2 upstream-70a27a518e842f0180271ab79e058c3d20821bc7.zip |
kernel: update 3.14 to 3.14.8
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41309
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 3269f45b8e..022ebd626c 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.7 +LINUX_VERSION:=3.14.8 KERNELNAME:=bzImage |