diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-15 09:37:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-15 09:37:30 +0100 |
commit | 64c5546fc72bfb6cb2a4526af79fd88d535e9dec (patch) | |
tree | 2bac2d4398eae8426e8d81e0bf6ee23aa4a2f2ec /mk | |
parent | bdacdf55bfeb050bd0397133e1c30d22af285511 (diff) |
linux: update to 4.9.3, remove non-lts 4.8 series
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 7ef409c2a..5f14fc371 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,16 +16,10 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.1 +KERNEL_FILE_VER:= 4.9.3 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 32992132e19ac5f95771906a5756d081c9e7e5a4ef261c304012d6e76a73541a -endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_8),y) -KERNEL_FILE_VER:= 4.8.15 -KERNEL_RELEASE:= 1 -KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 1605260913729b7b72a64a0598b782725e365dab57d49dec188373d634538fee +KERNEL_HASH:= 74fbca6230477e208e55ef6f855ffc604c31f4a2feb1a136b1d9cbee16b0eca8 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) KERNEL_FILE_VER:= 4.4.38 |