summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-22 19:56:19 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-22 19:56:19 +0200
commit423362b8014c75c5c544f03bbe17f9eb79c6f3ae (patch)
tree2c911945dbd606a6e0a03b9ad7bbda8ea46eb636 /mk
parent00e5958332c1b0ce231f4bc56f1b754fdfec6301 (diff)
linux: add support for 4.7.x
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index b5e75ea1d..8e5f4f422 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_7),y)
+KERNEL_FILE_VER:= 4.7.2
+KERNEL_RELEASE:= 1
+KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
+KERNEL_HASH:= 58493ee6569484fab1658e680fbb7a72ad75f02211316628fe7ee5fd39f96488
+endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y)
KERNEL_FILE_VER:= 4.6.6
KERNEL_RELEASE:= 1