diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-08 22:44:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-08 22:44:34 +0000 |
commit | 90b53991a09578730fab41445e7cbbeb028af722 (patch) | |
tree | b78b4e104087026c9a847e8240e9e29d952b512d /target/linux/x86_64 | |
parent | 8630d101b7db9c19b19c714bb3335042098ed2ee (diff) | |
download | upstream-90b53991a09578730fab41445e7cbbeb028af722.tar.gz upstream-90b53991a09578730fab41445e7cbbeb028af722.tar.bz2 upstream-90b53991a09578730fab41445e7cbbeb028af722.zip |
kernel: update 3.14 to 3.14.11
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41551
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 600401207d..a029719de1 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.10 +LINUX_VERSION:=3.14.11 KERNELNAME:=bzImage |