diff options
Diffstat (limited to 'mk/kernel-ver.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 |