diff options
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 |