aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-01-18 18:58:24 +0000
committerTim Yardley <lst@openwrt.org>2007-01-18 18:58:24 +0000
commit4eaea86e03334bf02bf559c6a582de3dd2c9abbc (patch)
tree79efa56cd7aa63e304ee5ba6ea0dfc4ae38b0924 /include/kernel-version.mk
parent5de253404cb75fc2a83de9ca1e10518cfb3b5628 (diff)
downloadmaster-187ad058-4eaea86e03334bf02bf559c6a582de3dd2c9abbc.tar.gz
master-187ad058-4eaea86e03334bf02bf559c6a582de3dd2c9abbc.tar.bz2
master-187ad058-4eaea86e03334bf02bf559c6a582de3dd2c9abbc.zip
bring in 2.6.19.2 fixes, primarily for the fixed sata support. see http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 50683c54a2..7fe4f62c13 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifeq ($(LINUX_VERSION),)
LINUX_RELEASE:=1
LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
else
- LINUX_VERSION:=2.6.19.1
+ LINUX_VERSION:=2.6.19.2
LINUX_RELEASE:=1
- LINUX_KERNEL_MD5SUM:=2ab08fdfddc00e09b3d5bc7397d3c8be
+ LINUX_KERNEL_MD5SUM:=ca0ce8f288e8ae93ac243b568f906bf8
endif
endif
KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))