diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-09-17 11:22:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-09-17 11:22:33 +0000 |
commit | 69a107aa04f5869f32dfc69c20c6bf44bedb02c0 (patch) | |
tree | 518d182d9638c69f441dee4f3af39139ccb71042 /include | |
parent | b07d307d3fe1d4cb8c7c609cdac5d37ff4350cab (diff) | |
download | master-187ad058-69a107aa04f5869f32dfc69c20c6bf44bedb02c0.tar.gz master-187ad058-69a107aa04f5869f32dfc69c20c6bf44bedb02c0.tar.bz2 master-187ad058-69a107aa04f5869f32dfc69c20c6bf44bedb02c0.zip |
update to latest 2.6.27 and 2.6.30 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17602 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 436306acec..98be3714a5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -16,14 +16,14 @@ endif ifeq ($(LINUX_VERSION),2.6.25.20) LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 endif -ifeq ($(LINUX_VERSION),2.6.27.33) - LINUX_KERNEL_MD5SUM:=c21c398f2f80c7856c1334e34ac438b5 +ifeq ($(LINUX_VERSION),2.6.27.34) + LINUX_KERNEL_MD5SUM:=4036300a95c62d6969de674901b26145 endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.30.6) - LINUX_KERNEL_MD5SUM:=3ae3add6838da3c5a53baa87c9e32924 +ifeq ($(LINUX_VERSION),2.6.30.7) + LINUX_KERNEL_MD5SUM:=40ac5c687ffd7b4d456fa61e7b250911 endif ifeq ($(LINUX_VERSION),2.6.31) LINUX_KERNEL_MD5SUM:=84c077a37684e4cbfa67b18154390d8a |