summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-12 17:49:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-12 17:49:01 +0000
commit88cda758c321f0b56556d425daca5c59066eb31a (patch)
tree49f8dc36553952cfaba9a6d83236d549db7191d7 /include
parent9d0f42d50ad05f35801ff2c2bc9f05ecc7eb4b9b (diff)
downloadmaster-31e0f0ae-88cda758c321f0b56556d425daca5c59066eb31a.tar.gz
master-31e0f0ae-88cda758c321f0b56556d425daca5c59066eb31a.tar.bz2
master-31e0f0ae-88cda758c321f0b56556d425daca5c59066eb31a.zip
update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patch by Hauke Mehrtens * closes #4193
SVN-Revision: 13192
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 6bdc5c1983..0ecf1279ec 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -22,14 +22,14 @@ endif
ifeq ($(LINUX_VERSION),2.6.24.7)
LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
endif
-ifeq ($(LINUX_VERSION),2.6.25.19)
- LINUX_KERNEL_MD5SUM:=1b20d2d2a5a0f119372a166eaf816e13
+ifeq ($(LINUX_VERSION),2.6.25.20)
+ LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
endif
-ifeq ($(LINUX_VERSION),2.6.26.7)
- LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2
+ifeq ($(LINUX_VERSION),2.6.26.8)
+ LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
endif
-ifeq ($(LINUX_VERSION),2.6.27.4)
- LINUX_KERNEL_MD5SUM:=3880fe9f19b9a7690afd151326eb7ce5
+ifeq ($(LINUX_VERSION),2.6.27.5)
+ LINUX_KERNEL_MD5SUM:=99b687c0d2c64831cae00a046731ed94
endif
# disable the md5sum check for unknown kernel versions