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 | c04ed164b05e5f461135bafeb35a014937283c80 (patch) | |
tree | b4bb1c1cbd118e663044911471ab7ab12a38addd /target/linux/x86_64 | |
parent | 508f1c2dbc7d1204dcdc9a4628c3687eea9ff542 (diff) | |
download | master-187ad058-c04ed164b05e5f461135bafeb35a014937283c80.tar.gz master-187ad058-c04ed164b05e5f461135bafeb35a014937283c80.tar.bz2 master-187ad058-c04ed164b05e5f461135bafeb35a014937283c80.zip |
kernel: update 3.14 to 3.14.12
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41582 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |