diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-02 10:17:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-02 10:17:03 +0000 |
commit | d7d8665572aea1b814c4a59d1b25d4a41c3baa62 (patch) | |
tree | e5ff9d6b5df84b7ab7808e1cfd9e0261db5bc4ce /include | |
parent | aaac1064de71c495d284b981d83f70d3bd445826 (diff) | |
download | upstream-d7d8665572aea1b814c4a59d1b25d4a41c3baa62.tar.gz upstream-d7d8665572aea1b814c4a59d1b25d4a41c3baa62.tar.bz2 upstream-d7d8665572aea1b814c4a59d1b25d4a41c3baa62.zip |
update to 2.6.25.1 and refresh patches
SVN-Revision: 11006
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 de07e90ced..f438106536 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,8 +25,8 @@ endif ifeq ($(LINUX_VERSION),2.6.24.5) LINUX_KERNEL_MD5SUM:=26500f8f92895bd33e391088b5edd4ad endif -ifeq ($(LINUX_VERSION),2.6.25) - LINUX_KERNEL_MD5SUM:=db95a49a656a3247d4995a797d333153 +ifeq ($(LINUX_VERSION),2.6.25.1) + LINUX_KERNEL_MD5SUM:=0d26fcafa00dc5cf27d4bf01301409a0 endif # disable the md5sum check for unknown kernel versions |