diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 15:54:04 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 15:54:22 -0600 |
commit | dc567bd4daacc2c576333e71bab73e817a7bc7e1 (patch) | |
tree | 7d360a2aac7deee66d587e037061db6bf6201b50 /mk | |
parent | 61058fddb4f441f7b18f4392e319dc9d84103298 (diff) |
update all kernel versions
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 6404b6ef5..42efb22e5 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,44 +1,44 @@ -ifeq ($(ADK_KERNEL_VERSION_3_19_0),y) -KERNEL_VERSION:= 3.19 -KERNEL_MOD_VERSION:= $(KERNEL_VERSION).0 +ifeq ($(ADK_KERNEL_VERSION_3_19_1),y) +KERNEL_VERSION:= 3.19.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c +KERNEL_HASH:= 717f36a65735bdd7afcb452578cc221c7fde8f6a0073e2feb62473466bdfa763 endif -ifeq ($(ADK_KERNEL_VERSION_3_18_8),y) -KERNEL_VERSION:= 3.18.8 +ifeq ($(ADK_KERNEL_VERSION_3_18_9),y) +KERNEL_VERSION:= 3.18.9 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 9cfbd9d403f2b27951893f5ed73f694f65409c63f20a2fd394598a3d7004aadb +KERNEL_HASH:= b1b7719a4bad027f2efc8477a19c6625d51d127640e3373fcd03b41334319501 endif -ifeq ($(ADK_KERNEL_VERSION_3_14_28),y) -KERNEL_VERSION:= 3.14.28 +ifeq ($(ADK_KERNEL_VERSION_3_14_35),y) +KERNEL_VERSION:= 3.14.35 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 772dbf0f3454df3fcad2de58f2bf4d8695c657407a76957b44e00c79f1ef5321 +KERNEL_HASH:= c8d7d23a434688db94e9faed2e73b31e8b9722d7ffc6fbce2b0f6d1f91a825b4 endif -ifeq ($(ADK_KERNEL_VERSION_3_12_37),y) -KERNEL_VERSION:= 3.12.37 +ifeq ($(ADK_KERNEL_VERSION_3_12_38),y) +KERNEL_VERSION:= 3.12.38 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 5da2b83a4747601295a8570fb6fa46b51d977fecabd3dfddf7478c331b36ed5c +KERNEL_HASH:= 930dcae882f402015b21a3c2e73ef84352b46ae58a9e5348b3a46343bfdc9b6f endif -ifeq ($(ADK_KERNEL_VERSION_3_10_53),y) -KERNEL_VERSION:= 3.10.53 +ifeq ($(ADK_KERNEL_VERSION_3_10_71),y) +KERNEL_VERSION:= 3.10.71 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb +KERNEL_HASH:= 1b2ef99de33bf5d8c6aaba202dd951f2c13277a8efa7522d3f331c7aee32dac0 endif -ifeq ($(ADK_KERNEL_VERSION_3_4_103),y) -KERNEL_VERSION:= 3.4.103 +ifeq ($(ADK_KERNEL_VERSION_3_4_106),y) +KERNEL_VERSION:= 3.4.106 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1 +KERNEL_HASH:= 4ca37aad495d7a670c9f4435a98460d795fbdb8675f0613c1541824feb1433d0 endif -ifeq ($(ADK_KERNEL_VERSION_3_2_66),y) -KERNEL_VERSION:= 3.2.66 +ifeq ($(ADK_KERNEL_VERSION_3_2_68),y) +KERNEL_VERSION:= 3.2.68 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 8554d6a7dcd18d35f7cd6a60c86292c699443c4d6344e81efdb33010b6cb8026 +KERNEL_HASH:= 42ad309af3cbe02e4dff62e2d372269eabe8731e282227943379848cf198e37b endif ifeq ($(ADK_KERNEL_VERSION_2_6_32_65),y) KERNEL_VERSION:= 2.6.32.65 |