diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-11 07:45:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-11 07:45:08 +0000 |
commit | f699b39f6fa6a4970a7c6e70a78848f06fc71077 (patch) | |
tree | 22c9d6e5d772e394ac086f133ff6501a956b5034 /include | |
parent | 8baa1e7d8f8b86f818851cbfe6b37b3fa6659367 (diff) | |
download | upstream-f699b39f6fa6a4970a7c6e70a78848f06fc71077.tar.gz upstream-f699b39f6fa6a4970a7c6e70a78848f06fc71077.tar.bz2 upstream-f699b39f6fa6a4970a7c6e70a78848f06fc71077.zip |
[kernel] update to 2.6.27.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17569 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 48b1d00e36..436306acec 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -16,8 +16,8 @@ endif ifeq ($(LINUX_VERSION),2.6.25.20) LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 endif -ifeq ($(LINUX_VERSION),2.6.27.32) - LINUX_KERNEL_MD5SUM:=c9fc4f6c9cbbb335c093971ffceed656 +ifeq ($(LINUX_VERSION),2.6.27.33) + LINUX_KERNEL_MD5SUM:=c21c398f2f80c7856c1334e34ac438b5 endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa |