diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index e688c3de2..f95244249 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -25,11 +25,11 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 8cad4ce7d049c2ecc041b0844bd478bf85f0d3071c93e0c885a776d57cbca3cf endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_15),y) -KERNEL_FILE_VER:= 4.1.15 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y) +KERNEL_FILE_VER:= 4.1.16 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 472288cc966188c5d7c511c6be0f78682843c9ca2d5d6c4d67d77455680359a3 +KERNEL_HASH:= 8792030cceeb9e6b9e4896afb44d59854ac9d5354ce0ea847ad301f5aa9eb26e endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_18_25),y) KERNEL_FILE_VER:= 3.18.25 |