summaryrefslogtreecommitdiffstats
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
commit0675e10e68ae31daddfa623142366ba36db937dd (patch)
treea489710ae9113ee8008fb55d5c99ecdd788a5add /include
parent2a33d0dd821b1a4b2444da6c4cebee3c99216a2d (diff)
downloadmaster-31e0f0ae-0675e10e68ae31daddfa623142366ba36db937dd.tar.gz
master-31e0f0ae-0675e10e68ae31daddfa623142366ba36db937dd.tar.bz2
master-31e0f0ae-0675e10e68ae31daddfa623142366ba36db937dd.zip
fix kernel version for 2.6.27.10
SVN-Revision: 13700
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