diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-26 13:39:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-26 13:40:05 +0200 |
commit | 35bd94edb54655bb829e72d416d0645d8d9a5680 (patch) | |
tree | c290ef00e6b661506ab615ed91ce2c0105123f8b /mk | |
parent | dcbe8ab722f27eef7acb6a8799de4f4cb3a75145 (diff) |
linux: update to 4.6.3
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 9dcee0a1b..ff786bbe9 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_6_2),y) -KERNEL_FILE_VER:= 4.6.2 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_3),y) +KERNEL_FILE_VER:= 4.6.3 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a +KERNEL_HASH:= 13188892941ea6c21d5db5a391ee73a27ef20de4cc81f14574aff0a522630967 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_7),y) KERNEL_FILE_VER:= 4.5.7 |