diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-04 22:28:40 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-04 22:28:40 +0000 |
commit | 122fadaa003cf6fa969076e147ee11b690de684b (patch) | |
tree | 8b3c205ab6c0a0f4f2007995484465975408674b /include | |
parent | b8b4d363797192a416f08327753842550fd13ea3 (diff) | |
download | upstream-122fadaa003cf6fa969076e147ee11b690de684b.tar.gz upstream-122fadaa003cf6fa969076e147ee11b690de684b.tar.bz2 upstream-122fadaa003cf6fa969076e147ee11b690de684b.zip |
kernel: update kernel 4.3-rc7 to version 4.3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47384
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 1ecb37c696..3955a292b5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -5,12 +5,12 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .23 LINUX_VERSION-4.0 = .9 LINUX_VERSION-4.1 = .11 -LINUX_VERSION-4.3 = -rc7 +LINUX_VERSION-4.3 = LINUX_KERNEL_MD5SUM-3.18.23 = dc6d265ab38716be3676ac294b481ad8 LINUX_KERNEL_MD5SUM-4.0.9 = 40fc5f6e2d718e539b45e6601c71985b LINUX_KERNEL_MD5SUM-4.1.11 = 63e5981e38f935772a5309289fe76972 -LINUX_KERNEL_MD5SUM-4.3-rc7 = b33f9c9c1a597bb8e0d6f84c074e733f +LINUX_KERNEL_MD5SUM-4.3 = 58b35794eee3b6d52ce7be39357801e7 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |