diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 07:47:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 07:47:12 +0000 |
commit | 47665da4303df774f04b3d9fa0796d4073d9a47e (patch) | |
tree | 90919d7da9b11f4691cccce79f9d3c2235d20a29 /include | |
parent | 97dde3b72d502f4a67eb49ea9c8a6b97ebc54946 (diff) | |
download | upstream-47665da4303df774f04b3d9fa0796d4073d9a47e.tar.gz upstream-47665da4303df774f04b3d9fa0796d4073d9a47e.tar.bz2 upstream-47665da4303df774f04b3d9fa0796d4073d9a47e.zip |
update to 2.6.27.17
SVN-Revision: 14513
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 6762bce899..c47fa5fa99 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.15) - LINUX_KERNEL_MD5SUM:=0756284efb091dccd012eec61def2004 +ifeq ($(LINUX_VERSION),2.6.27.17) + LINUX_KERNEL_MD5SUM:=56ceaa85d19f5f19ff7ec8139ad4ad2d endif ifeq ($(LINUX_VERSION),2.6.28.5) LINUX_KERNEL_MD5SUM:=677e020f785f57ac48576eacb565a489 |