diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index dc9a11cdf..e95c2c8b2 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -19,6 +19,12 @@ 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 +KERNEL_RELEASE:= 1 +KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) +KERNEL_HASH:= e32339db8365f0f10b873928095da47dd3e8a40f8ea5edd5501320d4ff30209f +endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_8),y) KERNEL_FILE_VER:= 4.4.8 KERNEL_RELEASE:= 1 |