diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 20:31:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 20:31:26 +0000 |
commit | e1eab1038d3783120a86cc1728e900d528104bcd (patch) | |
tree | 7f04671b1871dbab8c98369153df61d83010c3ee /include/kernel-version.mk | |
parent | 87d29df81ec3d517d4fc33783fc7f3db368d72bd (diff) | |
download | upstream-e1eab1038d3783120a86cc1728e900d528104bcd.tar.gz upstream-e1eab1038d3783120a86cc1728e900d528104bcd.tar.bz2 upstream-e1eab1038d3783120a86cc1728e900d528104bcd.zip |
remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes #4502)
SVN-Revision: 14185
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index c8503863fe..2fe6611a59 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -29,7 +29,7 @@ ifeq ($(LINUX_VERSION),2.6.26.8) LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d endif ifeq ($(LINUX_VERSION),2.6.27.13) - LINUX_KERNEL_MD5SUM:=e1035cd771ef2aed59396d8cab543a0c + LINUX_KERNEL_MD5SUM:=e1035cd771ef2aed59396d8cab543a0c endif ifeq ($(LINUX_VERSION),2.6.28) LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a |