diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-20 22:07:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-20 22:07:53 +0100 |
commit | 3430a34a89f7fe2b49ad572fa094e1a8c0f83128 (patch) | |
tree | 7bd615e0b1919767ea4815053876e14eb8c79b97 /mk | |
parent | df2a309446830f36b688cba5b777e996792aa14e (diff) |
kernel: update to latest
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index a044ac493..e01bb9f28 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -19,17 +19,11 @@ endif KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_1),y) -KERNEL_FILE_VER:= 4.4.1 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_2),y) +KERNEL_FILE_VER:= 4.4.2 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 7ed2198eb451607d8997b52868c8d456b6a04ea12a4015598b5acd76e8c68a57 -endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_5),y) -KERNEL_FILE_VER:= 4.3.5 -KERNEL_RELEASE:= 1 -KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 28ff78d96a24c22a175d3afb89a00fe56fa8535e688a35810d667d1b0a36c53c +KERNEL_HASH:= 82fd2a22a9efd81200e08bc2d316ebf3265822f190bbac4ca0677bb42cf08626 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y) KERNEL_FILE_VER:= 4.1.16 |