diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f67277deda..ae06f0b525 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,8 +11,8 @@ endif ifeq ($(LINUX_VERSION),2.6.32.32) LINUX_KERNEL_MD5SUM:=25a3ba004aaaa409c24dfb2cc268d03e endif -ifeq ($(LINUX_VERSION),2.6.34.7) - LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea +ifeq ($(LINUX_VERSION),2.6.34.8) + LINUX_KERNEL_MD5SUM:=6dedac89df1af57b08981fcc6ad387db endif ifeq ($(LINUX_VERSION),2.6.35.11) LINUX_KERNEL_MD5SUM:=4c9ee33801f5ad0f4d5e615fac66d535 |