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 | aa2ff3f105fd37cf7ccd013705af968d0f3209b6 (patch) | |
tree | 71cbf6532c2332d4db83deb9172265e73a221099 /target/linux/x86_64 | |
parent | 7c0d5b99c4c0d6bfbf974898a92373f010c4efbd (diff) | |
download | mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.zip mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.gz mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.bz2 |
kernel: update 3.14 to 3.14.5
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40901
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 e995dae..22e3cba 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 |