summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-11 13:38:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-11 13:38:48 +0000
commit282d841947e5ecedf16d5e5cf659c72d2562961c (patch)
treea0dda0aedae7220c3f13478eafc2711d88c55ffc /include
parentbf18c960880718340d12d0d676fe426793b3ee17 (diff)
downloadmaster-31e0f0ae-282d841947e5ecedf16d5e5cf659c72d2562961c.tar.gz
master-31e0f0ae-282d841947e5ecedf16d5e5cf659c72d2562961c.tar.bz2
master-31e0f0ae-282d841947e5ecedf16d5e5cf659c72d2562961c.zip
upgrade to linux 2.6.21.4
SVN-Revision: 7563
Diffstat (limited to 'include')
-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 a26989410c..8632d6a569 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.21.1
+ LINUX_VERSION:=2.6.21.4
LINUX_RELEASE:=1
- LINUX_KERNEL_MD5SUM:=a28b78793cd368592f7873bf36cb38b0
+ LINUX_KERNEL_MD5SUM:=c50995d713ba2d73f148e10073342568
endif
endif
KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))