diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-24 13:56:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-24 13:56:24 +0100 |
commit | 15b5d38385d8261339eed833b85a339505f4105c (patch) | |
tree | 00a40db614bf5a34f86e84b368f34eeae6e7b2f2 /mk | |
parent | f238c9e4d9a85a9d969d9146a460c0a340e9cd85 (diff) |
linux: bump kernel 4.4.x 4.9.x 4.14.x
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 207cc786a..011f0baf3 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -15,23 +15,23 @@ KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_13),y) -KERNEL_FILE_VER:= 4.13.13 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_14),y) +KERNEL_FILE_VER:= 4.14.8 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 15bc883ca8bdde8820c9dbc536ade46be21f920d095e00ae8304aeb482aafe47 +KERNEL_HASH:= 6ebcc57ba31d714af872347184d1de32f4ab0b7096ef4e062d1ca6b3234d9333 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.60 +KERNEL_FILE_VER:= 4.9.71 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 0e326c5c5152c41265d1c681b41b52afce1925f4a382dfd41cb93605f3fcad04 +KERNEL_HASH:= f1fd9740fb4ec31180113e99a2329214ae441533ee226075a40d4e0675db769c endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) -KERNEL_FILE_VER:= 4.4.96 +KERNEL_FILE_VER:= 4.4.107 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 241d3d5d15cdf26fee89cc587cb865294efdbc5c94cac2c89b36f17223665bab +KERNEL_HASH:= d25dc23c8b05d34518ede68f03668cd344f805049a16bc4f189da90533881a17 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y) KERNEL_FILE_VER:= 4.1.45 |