aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-18 20:12:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-18 20:12:54 +0000
commit6e01507c1f1fd1e7cc3693dbd42a9423e90b90b4 (patch)
treea6697c2a1a1a72cab2de57cb1dd3f1ef802902c3 /include/kernel-version.mk
parent9981bad37618ce81e1d4285de0f2994e79c53fa8 (diff)
downloadmaster-187ad058-6e01507c1f1fd1e7cc3693dbd42a9423e90b90b4.tar.gz
master-187ad058-6e01507c1f1fd1e7cc3693dbd42a9423e90b90b4.tar.bz2
master-187ad058-6e01507c1f1fd1e7cc3693dbd42a9423e90b90b4.zip
[kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index f438106536..aba715f920 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,7 +3,7 @@
ifeq ($(KERNEL),2.4)
LINUX_VERSION?=2.4.35.4
else
- LINUX_VERSION?=2.6.21.5
+ LINUX_VERSION?=2.6.21.7
endif
LINUX_RELEASE?=1
@@ -16,17 +16,17 @@ endif
ifeq ($(LINUX_VERSION),2.6.21.7)
LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed
endif
-ifeq ($(LINUX_VERSION),2.6.22.18)
- LINUX_KERNEL_MD5SUM:=bd375d5885bf114c74a2216d52d86e34
+ifeq ($(LINUX_VERSION),2.6.22.19)
+ LINUX_KERNEL_MD5SUM:=4db27facb78aeb79d06e6ae6bf0ac0b6
endif
-ifeq ($(LINUX_VERSION),2.6.23.16)
- LINUX_KERNEL_MD5SUM:=2637a7f1d4450bc5e27422f307fc6529
+ifeq ($(LINUX_VERSION),2.6.23.17)
+ LINUX_KERNEL_MD5SUM:=a0300a393ac91ce9c64bf31522b45e2e
endif
-ifeq ($(LINUX_VERSION),2.6.24.5)
- LINUX_KERNEL_MD5SUM:=26500f8f92895bd33e391088b5edd4ad
+ifeq ($(LINUX_VERSION),2.6.24.7)
+ LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
endif
-ifeq ($(LINUX_VERSION),2.6.25.1)
- LINUX_KERNEL_MD5SUM:=0d26fcafa00dc5cf27d4bf01301409a0
+ifeq ($(LINUX_VERSION),2.6.25.4)
+ LINUX_KERNEL_MD5SUM:=c2ec5007ee62e1b1ab05a1ca9155ebd3
endif
# disable the md5sum check for unknown kernel versions