diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-23 09:16:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-23 09:16:00 +0000 |
commit | 4d09600736428b53b4139b855642e286cb31078d (patch) | |
tree | 07cd8aaac71b1c55cfbfd2defa3be11cb9ee8b42 /include | |
parent | 4e471fc847f779d6e9e65380750eb4c59798bc3e (diff) |
Update to 2.6.26.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13036 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 21743838f..5b5c664c3 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,8 +25,8 @@ endif ifeq ($(LINUX_VERSION),2.6.25.17) LINUX_KERNEL_MD5SUM:=30618bff93fd4fd048e20a9a6aab8e5d endif -ifeq ($(LINUX_VERSION),2.6.26.5) - LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43 +ifeq ($(LINUX_VERSION),2.6.26.7) + LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2 endif ifeq ($(LINUX_VERSION),2.6.27.3) LINUX_KERNEL_MD5SUM:=bbc6a0197c0aa9afd8d95b4eb03dcac2 |