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
commit127d15a775b51296ab6eda47e9b116f988bebd7c (patch)
tree63364c73ceef57da30ee5a6669865d095b09c5bc /include
parentbdd7f3c7baeeb20ff5838ca685a3305de7d818ba (diff)
downloadupstream-127d15a775b51296ab6eda47e9b116f988bebd7c.tar.gz
upstream-127d15a775b51296ab6eda47e9b116f988bebd7c.tar.bz2
upstream-127d15a775b51296ab6eda47e9b116f988bebd7c.zip
add proper 2.6.25 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10865 3c298f89-4303-0410-b956-a3cf2f4a3e73
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