diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-05 16:52:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-05 16:52:15 +0000 |
commit | 492ba57b565e00a1febfb2c584dfdadb8a76f302 (patch) | |
tree | b395dc3a17c90f3211bfd9fafcd8bb744f12078f /include | |
parent | c41725ae68306e23a6ff280ad904acb5fbe54770 (diff) | |
download | upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.tar.gz upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.tar.bz2 upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.zip |
update targets to 2.6.25.10
SVN-Revision: 11667
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 968c9fa446..de914f9322 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,8 +25,8 @@ endif ifeq ($(LINUX_VERSION),2.6.24.7) LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4 endif -ifeq ($(LINUX_VERSION),2.6.25.9) - LINUX_KERNEL_MD5SUM:=3043ac42f3829701079fc16df04c313d +ifeq ($(LINUX_VERSION),2.6.25.10) + LINUX_KERNEL_MD5SUM:=a6b0aa5b1fa1ae5a02a7b67345f01e86 endif # disable the md5sum check for unknown kernel versions |