diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-07 16:52:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-07 16:52:52 +0000 |
commit | 18e38f7ba7038a3ea7c77ad21ce5aaaf8374b335 (patch) | |
tree | 80d8286fd60f8493179bdc0788145ae103c71a83 /include | |
parent | 72609e482f7e814527d80de0561dfefbfe62b4e9 (diff) | |
download | upstream-18e38f7ba7038a3ea7c77ad21ce5aaaf8374b335.tar.gz upstream-18e38f7ba7038a3ea7c77ad21ce5aaaf8374b335.tar.bz2 upstream-18e38f7ba7038a3ea7c77ad21ce5aaaf8374b335.zip |
[kernel] update to 2.6.25.15 and 2.6.26.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index d06e41944f..52eef9dfbc 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,11 +25,11 @@ endif ifeq ($(LINUX_VERSION),2.6.24.7) LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4 endif -ifeq ($(LINUX_VERSION),2.6.25.12) - LINUX_KERNEL_MD5SUM:=7c413ecf94a84776aaec6ada5694318c +ifeq ($(LINUX_VERSION),2.6.25.15) + LINUX_KERNEL_MD5SUM:=13ed94f02fc2a11615e3332e1cdf50e7 endif -ifeq ($(LINUX_VERSION),2.6.26) - LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c +ifeq ($(LINUX_VERSION),2.6.26.2) + LINUX_KERNEL_MD5SUM:=82472622bd26bed0054790ec3e60ee00 endif # disable the md5sum check for unknown kernel versions |