diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-02 09:25:33 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-02 09:25:33 +0000 |
commit | e23676609bb3f2502b7e2ebf82c07ef26d7be810 (patch) | |
tree | b0b2c2439140e501cc6178891d37bc78c42fdc79 /target/linux/x86_64 | |
parent | f1f2e5a8ba2f214fe09e8ee53bbc5516c316160c (diff) | |
download | upstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.tar.gz upstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.tar.bz2 upstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.zip |
kernel: update 3.14 to 3.14.5
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40901 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 e995dae4dc..22e3cbaf3f 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.4 +LINUX_VERSION:=3.14.5 KERNELNAME:=bzImage |