diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-11 13:38:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-11 13:38:48 +0000 |
commit | 904dd665cd8a0482c2dcdd51a5b623970e93d9af (patch) | |
tree | c5fab09a1b94465ba7084a7635c990ab3577cf61 | |
parent | 3e05c766226de10d097aff59a51475743770e7b4 (diff) | |
download | upstream-904dd665cd8a0482c2dcdd51a5b623970e93d9af.tar.gz upstream-904dd665cd8a0482c2dcdd51a5b623970e93d9af.tar.bz2 upstream-904dd665cd8a0482c2dcdd51a5b623970e93d9af.zip |
upgrade to linux 2.6.21.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7563 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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)))) |