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 | b4af34024e68c99d9aa6689975e9cc4d1bd9382e (patch) | |
tree | c0256f4343c3c96ab992c564eb3ead078d6fea66 /include/kernel-version.mk | |
parent | 77cf05e0ff8bb9702f4ed623d3fa04a11da9062e (diff) | |
download | upstream-b4af34024e68c99d9aa6689975e9cc4d1bd9382e.tar.gz upstream-b4af34024e68c99d9aa6689975e9cc4d1bd9382e.tar.bz2 upstream-b4af34024e68c99d9aa6689975e9cc4d1bd9382e.zip |
[kernel] remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes #4502)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14185 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |