aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-04-19 15:20:44 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-04-19 15:20:44 +0000
commit08dc68c9dfd506c35d00c09156ec898bc18d1409 (patch)
tree5e60a5f19e831312d49d68ad7dc237fbeb86280a /include
parentac5cfeb41720bfc0ac9781462cb0b1b1547b3f9d (diff)
downloadupstream-08dc68c9dfd506c35d00c09156ec898bc18d1409.tar.gz
upstream-08dc68c9dfd506c35d00c09156ec898bc18d1409.tar.bz2
upstream-08dc68c9dfd506c35d00c09156ec898bc18d1409.zip
add proper 2.6.25 support
SVN-Revision: 10865
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index b3aaf00868..71e4f12837 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -25,6 +25,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.24.2)
LINUX_KERNEL_MD5SUM:=dd573a2fae55624ed92fa49c17583964
endif
+ifeq ($(LINUX_VERSION),2.6.25)
+ LINUX_KERNEL_MD5SUM:=db95a49a656a3247d4995a797d333153
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x