diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-11 22:55:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-11 22:56:04 +0200 |
commit | 5eb7d34dd4d9a5b17b8ac86b57fd7584dea735c6 (patch) | |
tree | 2d13ea4a4c166f0b77e33d6e8220251d42b12c02 /mk | |
parent | 23bfadf1f5478083d8458f82e1e472c7b96e13d2 (diff) |
linux: bump to 4.6.2, add patches
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 2950203ac..e0f973c08 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_1),y) -KERNEL_FILE_VER:= 4.6.1 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_2),y) +KERNEL_FILE_VER:= 4.6.2 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= d5ddf444f8690294bede8840aa6689f7e6c95833f6b42cfc501309da22bf7b1c +KERNEL_HASH:= e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_4),y) KERNEL_FILE_VER:= 4.5.4 |