diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-11 13:28:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-11 13:28:44 +0000 |
commit | a145a22f668771fc27515b3772ee757ab05f66e4 (patch) | |
tree | 948f53203b8c47ec20a6b89d2a7f4da5fd332123 /target/linux/x86_64 | |
parent | 2bc22025dd6579f00b470fef61a63d35f182792f (diff) | |
download | upstream-a145a22f668771fc27515b3772ee757ab05f66e4.tar.gz upstream-a145a22f668771fc27515b3772ee757ab05f66e4.tar.bz2 upstream-a145a22f668771fc27515b3772ee757ab05f66e4.zip |
kernel: update 3.14 to 3.14.12
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41582
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 a029719de1..93097e63bf 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.11 +LINUX_VERSION:=3.14.12 KERNELNAME:=bzImage |