Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
kernel: Update to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
miska committed Sep 20, 2018
1 parent 281bbcf commit f6c226b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kernel-version.mk
Expand Up @@ -4,11 +4,11 @@ LINUX_RELEASE?=1

LINUX_VERSION-3.18 = .63
LINUX_VERSION-4.1 = .6
LINUX_VERSION-4.4 = .156
LINUX_VERSION-4.4 = .157

LINUX_KERNEL_MD5SUM-3.18 = f160ddc843a9c27c2a1b668693604f8f
LINUX_KERNEL_MD5SUM-4.1.6 = 1dae0c808e34164cab3dfd57be88bd53
LINUX_KERNEL_MD5SUM-4.4 = 09da7b94b459b77861941ee506d18f16
LINUX_KERNEL_MD5SUM-4.4 = f43d0326a423ef0935f15886023144be

ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
Expand Down

0 comments on commit f6c226b

Please sign in to comment.