diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 02:23:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 02:23:00 +0000 |
commit | 8f1588603acd6b2b06bc5a1c4091bc541cddc00e (patch) | |
tree | 63b586881bc302abc689c1885584999f5a18a392 /include | |
parent | 7fc7eee1a6ccefa6c6399a7e9f05e78582b498db (diff) | |
download | upstream-8f1588603acd6b2b06bc5a1c4091bc541cddc00e.tar.gz upstream-8f1588603acd6b2b06bc5a1c4091bc541cddc00e.tar.bz2 upstream-8f1588603acd6b2b06bc5a1c4091bc541cddc00e.zip |
2.6.22 is released :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7894 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 9a9f1c8bff..82a4829ac1 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -12,8 +12,8 @@ LINUX_RELEASE?=1 ifeq ($(LINUX_VERSION),2.4.34) LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55 endif -ifeq ($(LINUX_VERSION),2.6.22-rc6) - LINUX_KERNEL_MD5SUM:=37adac36f3928f5e05dd2704c083620d +ifeq ($(LINUX_VERSION),2.6.22) + LINUX_KERNEL_MD5SUM:=2e230d005c002fb3d38a3ca07c0200d0 endif ifeq ($(LINUX_VERSION),2.6.21.5) LINUX_KERNEL_MD5SUM:=2e9a302b5d514b231640227d6a2ab7bf |