diff options
Diffstat (limited to 'mk/kernel-ver.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 a0b8ca0d8..3b1d653f7 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.3 +KERNEL_FILE_VER:= 4.11.4 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 5bfd9ed52c1ccd8dcd6418646d5a78b0af501cfdcd3e0900f1918ecba1a8af97 +KERNEL_HASH:= 83d4e60e6af7cb8449437f72ce0a6bc311ddcdd3dac2754f015e9b6b55448a90 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.30 +KERNEL_FILE_VER:= 4.9.31 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 4272ef025ce8cd717c9291b5cbe587e13c15901d8c26ceebc471af3a1d730bbb +KERNEL_HASH:= 28cad8b66216da2550155b7a77f37041bde40b821567d1b288e5e9fb6cca9856 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y) KERNEL_FILE_VER:= 4.6.2 |