aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2008-12-25 17:09:30 +0000
committerMatteo Croce <matteo@openwrt.org>2008-12-25 17:09:30 +0000
commitb12f8979972d81f432544fd7ed3b5403f1d1b0bb (patch)
treea14216dbd265767a0a85d073d3dd3ac73beea05c /include
parentd12ae7e5c517674c9e467abeda076131db28f9b1 (diff)
downloadmaster-187ad058-b12f8979972d81f432544fd7ed3b5403f1d1b0bb.tar.gz
master-187ad058-b12f8979972d81f432544fd7ed3b5403f1d1b0bb.tar.bz2
master-187ad058-b12f8979972d81f432544fd7ed3b5403f1d1b0bb.zip
add MD5 for the kernel 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13744 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 78b9da0766..f481588162 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -31,6 +31,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.27.10)
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
endif
+ifeq ($(LINUX_VERSION),2.6.28)
+ LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x