diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-01-29 22:32:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-01-29 22:32:47 +0100 |
commit | c26e903ff069799f8ca94a84a9f2511df2f71905 (patch) | |
tree | 0e7d316c72787176c87e882bb2e3765a5de93fa8 /mk | |
parent | 529109e5d8f0aae1921a4000fdd1f4b81c631838 (diff) |
update kernel versions to latest upstream
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 50333bbb2..e2f65f330 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -3,18 +3,18 @@ KERNEL_VERSION:= 2.6.39.4 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d endif -ifeq ($(ADK_KERNEL_VERSION_3_0_17),y) -KERNEL_VERSION:= 3.0.17 +ifeq ($(ADK_KERNEL_VERSION_3_0_18),y) +KERNEL_VERSION:= 3.0.18 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= fcdd6a945445336e4cd28b2d195f1fea +KERNEL_MD5SUM:= 67252770d7009eabe8bac7c26e074f9d endif -ifeq ($(ADK_KERNEL_VERSION_3_1_9),y) -KERNEL_VERSION:= 3.1.9 +ifeq ($(ADK_KERNEL_VERSION_3_1_10),y) +KERNEL_VERSION:= 3.1.10 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 4e387a49cde20805955c905bc8c311e0 +KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a endif -ifeq ($(ADK_KERNEL_VERSION_3_2_1),y) -KERNEL_VERSION:= 3.2.1 +ifeq ($(ADK_KERNEL_VERSION_3_2_2),y) +KERNEL_VERSION:= 3.2.2 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 090eb3dae0f520f7770f85193e931ad3 +KERNEL_MD5SUM:= c0303125c8eda431b10084eece7564e3 endif |