diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 06:26:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 06:26:27 +0000 |
commit | 97dde3b72d502f4a67eb49ea9c8a6b97ebc54946 (patch) | |
tree | 92afabc15b1c26a108f7cf450cd32ab658499ad1 /include | |
parent | 7ef75e79cee3753c79d04077d75a3e2a3a46f4bd (diff) | |
download | upstream-97dde3b72d502f4a67eb49ea9c8a6b97ebc54946.tar.gz upstream-97dde3b72d502f4a67eb49ea9c8a6b97ebc54946.tar.bz2 upstream-97dde3b72d502f4a67eb49ea9c8a6b97ebc54946.zip |
update to 2.6.28.5
SVN-Revision: 14512
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 79656001f7..6762bce899 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -31,9 +31,6 @@ endif ifeq ($(LINUX_VERSION),2.6.27.15) LINUX_KERNEL_MD5SUM:=0756284efb091dccd012eec61def2004 endif -ifeq ($(LINUX_VERSION),2.6.28.4) - LINUX_KERNEL_MD5SUM:=8228bb7804d6d0099eadfabf701c295b -endif ifeq ($(LINUX_VERSION),2.6.28.5) LINUX_KERNEL_MD5SUM:=677e020f785f57ac48576eacb565a489 endif |