diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-11 01:28:32 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-11 01:28:32 +0000 |
commit | 725f724cc86cf6dea41eff8f2eb32b1499fd5385 (patch) | |
tree | 6116f84c29d3abfc8f4af16af03b25dd0e638510 /include | |
parent | e8a287dda63fe7065ba5aa14ba9c155401402f0b (diff) | |
download | upstream-725f724cc86cf6dea41eff8f2eb32b1499fd5385.tar.gz upstream-725f724cc86cf6dea41eff8f2eb32b1499fd5385.tar.bz2 upstream-725f724cc86cf6dea41eff8f2eb32b1499fd5385.zip |
kernel: update 3.14 to 3.14.28
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43929 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 856d8755fb..0881938d99 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 = .27 +LINUX_VERSION-3.14 = .28 LINUX_VERSION-3.18 = .2 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.27 = 0af2d0702df6ee6d7181e697e0af3481 +LINUX_KERNEL_MD5SUM-3.14.28 = 3fd2be486a6348808a1f6a637d7eab8e LINUX_KERNEL_MD5SUM-3.18.2 = 7b28d5543cf3647d2483830af19f3770 ifdef KERNEL_PATCHVER |