aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-20 13:02:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-20 13:02:11 +0000
commitf5671a28eebfd8875cad3f2520c3bf172acc055c (patch)
tree2fae72eb982c1803128bec7dbeb6b0ccb57bb89b /include
parent7a37b799da64880d3d7a2997e116efca85e9c1ee (diff)
downloadmaster-187ad058-f5671a28eebfd8875cad3f2520c3bf172acc055c.tar.gz
master-187ad058-f5671a28eebfd8875cad3f2520c3bf172acc055c.tar.bz2
master-187ad058-f5671a28eebfd8875cad3f2520c3bf172acc055c.zip
[kernel] fix kernel version for 2.6.27.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13700 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 55595e8bdf..78b9da0766 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -28,7 +28,7 @@ endif
ifeq ($(LINUX_VERSION),2.6.26.8)
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
endif
-ifeq ($(LINUX_VERSION),2.6.27.9)
+ifeq ($(LINUX_VERSION),2.6.27.10)
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
endif