diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-03 22:59:43 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-03 22:59:43 +0000 |
commit | 9c8422a09b0247778b7dc12018169b127e66c470 (patch) | |
tree | 124ff3de5fc80358433ac0c3893a49bb5ddbaebf /include | |
parent | fd7be4073af21aeea4b330b59c0d097ccb561137 (diff) | |
download | upstream-9c8422a09b0247778b7dc12018169b127e66c470.tar.gz upstream-9c8422a09b0247778b7dc12018169b127e66c470.tar.bz2 upstream-9c8422a09b0247778b7dc12018169b127e66c470.zip |
kernel: update 3.14 to 3.14.27
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43820
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 931d54031c..d4edf9f1eb 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,14 +6,14 @@ LINUX_VERSION-3.3 = .8 LINUX_VERSION-3.8 = .13 LINUX_VERSION-3.10 = .58 LINUX_VERSION-3.13 = .7 -LINUX_VERSION-3.14 = .26 +LINUX_VERSION-3.14 = .27 LINUX_VERSION-3.18 = LINUX_KERNEL_MD5SUM-3.3.8 = f1058f64eed085deb44f10cee8541d50 LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01 LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f -LINUX_KERNEL_MD5SUM-3.14.26 = 9a91a9c507c9efb68c7075e151c30fa7 +LINUX_KERNEL_MD5SUM-3.14.27 = 0af2d0702df6ee6d7181e697e0af3481 LINUX_KERNEL_MD5SUM-3.18 = 9e854df51ca3fef8bfe566dbd7b89241 ifdef KERNEL_PATCHVER |