diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-16 10:37:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-16 10:37:14 +0000 |
commit | 9c2776b652d64041f98918b86f4554b7b678067c (patch) | |
tree | 2ebe010d95948527ec054fd18f00a47010440c3d /include | |
parent | ec59c14ccd954b11187bd407ee785502fbdd7f6e (diff) | |
download | upstream-9c2776b652d64041f98918b86f4554b7b678067c.tar.gz upstream-9c2776b652d64041f98918b86f4554b7b678067c.tar.bz2 upstream-9c2776b652d64041f98918b86f4554b7b678067c.zip |
[kernel] update to 2.6.27.9 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index e8c84a0eaa..78b0508b85 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,8 +28,8 @@ endif ifeq ($(LINUX_VERSION),2.6.26.8) LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d endif -ifeq ($(LINUX_VERSION),2.6.27.8) - LINUX_KERNEL_MD5SUM:=cbdc1b350ef79dd323b9aeda5cf7f1b6 +ifeq ($(LINUX_VERSION),2.6.27.9) + LINUX_KERNEL_MD5SUM:=0ca39bec243b1d90f496da021b7487f1 endif # disable the md5sum check for unknown kernel versions |