diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-05-08 21:53:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-05-08 21:53:27 +0000 |
commit | af992d94f218d3f9b2321962e8136a6b7cd010ad (patch) | |
tree | a5111b56ec43d004aa378b98b35abd5c5c5b145b /target/linux/x86_64 | |
parent | 80cecc006e9ad779897823ec66e60cf41556791d (diff) | |
download | master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.tar.gz master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.tar.bz2 master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.zip |
kernel: update to kernel 3.14.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40736 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 085ba6805e..43326b2185 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 +LINUX_VERSION:=3.14.3 KERNELNAME:=bzImage |