From 5cf1c57687baa76f08e0f399a8028d1074d4cc70 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 26 Oct 2012 12:05:13 +0200 Subject: update to latest linux kernels --- mk/kernel-ver.mk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index f391653d1..87d8d77a4 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,24 +1,24 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.5.6 +KERNEL_VERSION:= 3.6.3 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= becf09adcea30bcbdb43cdd60710d3cc +KERNEL_MD5SUM:= d4892b696956e5ce7b84464d721b6565 endif -ifeq ($(ADK_KERNEL_VERSION_3_6_1),y) -KERNEL_VERSION:= 3.6.1 +ifeq ($(ADK_KERNEL_VERSION_3_6_3),y) +KERNEL_VERSION:= 3.6.3 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 63bdd7d325afae1ac525586d24eb5399 +KERNEL_MD5SUM:= d4892b696956e5ce7b84464d721b6565 endif -ifeq ($(ADK_KERNEL_VERSION_3_5_6),y) -KERNEL_VERSION:= 3.5.6 +ifeq ($(ADK_KERNEL_VERSION_3_5_7),y) +KERNEL_VERSION:= 3.5.7 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= becf09adcea30bcbdb43cdd60710d3cc +KERNEL_MD5SUM:= 636d19c8686623776764227b6d3b911d endif -ifeq ($(ADK_KERNEL_VERSION_3_4_13),y) -KERNEL_VERSION:= 3.4.13 +ifeq ($(ADK_KERNEL_VERSION_3_4_15),y) +KERNEL_VERSION:= 3.4.15 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 9c850d00c898ba792f29eb6a5973961c +KERNEL_MD5SUM:= 8b526c3451b755ddfad7e9a1f40d9b16 endif -- cgit v1.2.3