diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-02 23:15:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-02 23:15:29 +0200 |
commit | 151b96ff2ad49f75e536cc4834aaf69fe9ae189a (patch) | |
tree | 84260ecf09263618a6c49eb21924a23bc446137b /mk | |
parent | 49b0d644e37256aea85b07fdf63346503618951b (diff) |
linux: update 4.9/4.11 kernel
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 095303127..7648bf435 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,16 +16,16 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_11),y) -KERNEL_FILE_VER:= 4.11.6 +KERNEL_FILE_VER:= 4.11.8 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 25539bfc34a01735d23ee80d5ef84054c65d1ea35dbd81be1cea339c21509631 +KERNEL_HASH:= 8e7d8dcbeb9e2c0dad15706e7f37fb8348f1cf4d72d72be13f254f533d279db8 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.32 +KERNEL_FILE_VER:= 4.9.35 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= c3796575bbd2f55a1d1fb3f07b197b76afbb62dc1f64bd15d44626f78a610765 +KERNEL_HASH:= 3491234ed79f3e4a425457edf96447773be677521932a3e5bafb79834c5e7436 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y) KERNEL_FILE_VER:= 4.6.2 |