diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-11 10:48:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-11 10:48:34 +0000 |
commit | 8cb7552c46cff627eb8179ccc4c071f98563ec16 (patch) | |
tree | 3f1fc9b02283adde7d5fa27f892a30612e741a35 /include | |
parent | 0dc3d0e7c74bf8d50c3a2bfc335e5e717ab4051f (diff) | |
download | upstream-8cb7552c46cff627eb8179ccc4c071f98563ec16.tar.gz upstream-8cb7552c46cff627eb8179ccc4c071f98563ec16.tar.bz2 upstream-8cb7552c46cff627eb8179ccc4c071f98563ec16.zip |
CC: kernel: update 3.18 to 3.18.21
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46847 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 243be330b5..184a614497 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,9 +2,9 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .20 +LINUX_VERSION-3.18 = .21 -LINUX_KERNEL_MD5SUM-3.18.20 = 952c9159acdf4efbc96e08a27109d994 +LINUX_KERNEL_MD5SUM-3.18.21 = e4248caaa4cef318c04657e971b37298 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |