From: nbd Date: Mon, 11 Jun 2007 13:38:48 +0000 (+0000) Subject: upgrade to linux 2.6.21.4 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=812cb0f53865cb30b260f6332afe5055f71638e1 upgrade to linux 2.6.21.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7563 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index a26989410..8632d6a56 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))))