diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 12:32:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 12:32:39 +0000 |
commit | 7f04c52b92d0e4361d476475c3583b24639c69ab (patch) | |
tree | dba1f704ea13b8490e46cb4965172a4c3fcbd8e6 /include | |
parent | 4acde624fb28f57b1859b1aa0e980ec8fe2ffa9f (diff) | |
download | upstream-7f04c52b92d0e4361d476475c3583b24639c69ab.tar.gz upstream-7f04c52b92d0e4361d476475c3583b24639c69ab.tar.bz2 upstream-7f04c52b92d0e4361d476475c3583b24639c69ab.zip |
update to 2.6.27.15
SVN-Revision: 14440
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 cb3678c128..e481a32538 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.13) - LINUX_KERNEL_MD5SUM:=e1035cd771ef2aed59396d8cab543a0c +ifeq ($(LINUX_VERSION),2.6.27.15) + LINUX_KERNEL_MD5SUM:=0756284efb091dccd012eec61def2004 endif ifeq ($(LINUX_VERSION),2.6.28.2) LINUX_KERNEL_MD5SUM:=8fce853ebfe658f0833d34bb1dc14d86 |