summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 16:51:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 16:52:21 +0100
commitfa1a4c54c74c346b797c40f099c0599611c9af61 (patch)
tree62c2353ab7b289a7b60fb44bf89b8ecef0c1dbe1 /mk/kernel-ver.mk
parent5d09746e617b0f62dd03fd71852f5f4cebb8e016 (diff)
linux: update older kernels
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk22
1 files changed, 8 insertions, 14 deletions
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