diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 10:23:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 10:23:36 +0000 |
commit | f0c04a90e66801ed3da578088bce582403736dc0 (patch) | |
tree | 84c35f60b340a0c52e9a7ea9855bba3e4443b2a7 /include | |
parent | d87deeedad8140f8e29cd1ffde0178c47aae81b7 (diff) | |
download | master-187ad058-f0c04a90e66801ed3da578088bce582403736dc0.tar.gz master-187ad058-f0c04a90e66801ed3da578088bce582403736dc0.tar.bz2 master-187ad058-f0c04a90e66801ed3da578088bce582403736dc0.zip |
upgrade to 2.6.24.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10959 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 71e4f12837..de07e90ced 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -22,8 +22,8 @@ endif ifeq ($(LINUX_VERSION),2.6.23.16) LINUX_KERNEL_MD5SUM:=2637a7f1d4450bc5e27422f307fc6529 endif -ifeq ($(LINUX_VERSION),2.6.24.2) - LINUX_KERNEL_MD5SUM:=dd573a2fae55624ed92fa49c17583964 +ifeq ($(LINUX_VERSION),2.6.24.5) + LINUX_KERNEL_MD5SUM:=26500f8f92895bd33e391088b5edd4ad endif ifeq ($(LINUX_VERSION),2.6.25) LINUX_KERNEL_MD5SUM:=db95a49a656a3247d4995a797d333153 |