diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
commit | abc694b463dd9c2f2c9a7b22c3191260b94b1f04 (patch) | |
tree | af229c9b6fc7f469f3777db82aa015655af45f70 /target/linux/x86_64/Makefile | |
parent | 4fe76889c0e956d6a7d1ee96af5f681e8e81ee8b (diff) | |
download | upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.gz upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.bz2 upstream-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.zip |
kernel: update 3.14 to 3.14.9
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41362
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 022ebd626c..f5aa422a81 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.8 +LINUX_VERSION:=3.14.9 KERNELNAME:=bzImage |