diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 17:30:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 17:30:15 +0200 |
commit | c2364f13f2ddb34e71e34faa2bf7d0e7d40100a5 (patch) | |
tree | fafbbbd3f95e4a5b8c074b6e1b20703a7635552c /mk | |
parent | 9be7403e325ecbeb68c9674362688c8c3bfcb91e (diff) |
update stable kernel
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 7e7fc8724..29caeae76 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,20 +1,14 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.9.9 +KERNEL_VERSION:= 3.9.11 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 70504d1685140e3ee355b9f860284d85 +KERNEL_MD5SUM:= edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(ADK_KERNEL_VERSION_3_9_9),y) -KERNEL_VERSION:= 3.9.9 +ifeq ($(ADK_KERNEL_VERSION_3_9_11),y) +KERNEL_VERSION:= 3.9.11 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 70504d1685140e3ee355b9f860284d85 -endif -ifeq ($(ADK_KERNEL_VERSION_3_6_11),y) -KERNEL_VERSION:= 3.6.11 -KERNEL_MOD_VERSION:= $(KERNEL_VERSION) -KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 3d602ad7f7984509c3e923a5ae90bc54 +KERNEL_MD5SUM:= edbf88eb7f7d34dbd5d3887726790755 endif ifeq ($(ADK_KERNEL_VERSION_3_4_60),y) KERNEL_VERSION:= 3.4.60 |