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 512f58332..b4c9e0d9f 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -19,11 +19,11 @@ endif KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_2),y) -KERNEL_FILE_VER:= 4.5.2 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_3),y) +KERNEL_FILE_VER:= 4.5.3 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= e32339db8365f0f10b873928095da47dd3e8a40f8ea5edd5501320d4ff30209f +KERNEL_HASH:= a4c5f7a8c86173493904c4dbe8061e9d8dbf30ab2de67d48c86b98dd593102fc endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_8),y) KERNEL_FILE_VER:= 4.4.8 |