summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-18 20:12:54 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-18 20:12:54 +0000
commit685d811b38979393e33df5ea1a4580167e110b2d (patch)
treea6697c2a1a1a72cab2de57cb1dd3f1ef802902c3 /include
parent1977b8eebdbc49bb7b46389a0e637b6fbbae2704 (diff)
[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')
-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 f43810653..aba715f92 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