From fa1a4c54c74c346b797c40f099c0599611c9af61 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 30 Oct 2016 16:51:47 +0100 Subject: linux: update older kernels --- mk/kernel-ver.mk | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 6486cbe9b..9c60855ff 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -43,35 +43,29 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 5661ccb8e45ec290d16d9617056d32f54bdea1357b1b3047c9c4042c78824db2 endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_3_14),y) -KERNEL_FILE_VER:= 3.14.72 -KERNEL_RELEASE:= 1 -KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 0c64e38255e591dc06d57881ce08e29009c2d31fcdaab2b1a4b736bc873f4724 -endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_12),y) -KERNEL_FILE_VER:= 3.12.59 +KERNEL_FILE_VER:= 3.12.66 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 6c626d95186c082a3a3e7e777cd374c0e03a851d8b8b2b2a0ee29786a1efce93 +KERNEL_HASH:= 8c219fd19367423be58a50584d293e593ff0aba65f95db2b08303090f561ca0a endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_10),y) -KERNEL_FILE_VER:= 3.10.101 +KERNEL_FILE_VER:= 3.10.104 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 36358cdcc2f322d4b5fc0e7fc44376b7dbc895c94703db8787722145b7e912bd +KERNEL_HASH:= e3d23228b5398a484c81e9d5012bc49bbbe1eda245a05a8a4110bddb3e316c12 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_4),y) -KERNEL_FILE_VER:= 3.4.112 +KERNEL_FILE_VER:= 3.4.113 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 29c8370c4c6e639ad5e38e6eb052058d5f45add3167f2aa4cc08e6569f024181 +KERNEL_HASH:= c474a1d630357e64ae89f374a2575fa9623e87ea1a97128c4d83f08d4e7a0b4f endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_2),y) -KERNEL_FILE_VER:= 3.2.80 +KERNEL_FILE_VER:= 3.2.83 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 0823ab862fd7de6ea4d9b002fedfb0a293b05df697307e7b0a82e76eaf1e827d +KERNEL_HASH:= db578292c43c8cbca7530723d4da4fc784e6cdadc61bff5e966bfb00dbc947e1 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_2_6_32),y) KERNEL_FILE_VER:= 2.6.32.70 -- cgit v1.2.3