diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-12 10:27:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-12 10:27:28 +0000 |
commit | a7d9842972642bb059527e3746b28fb90e807814 (patch) | |
tree | 4b0fa9710c1164774656971f6ac551b85941dae2 /include | |
parent | dc9a9c3b762c666f9adb4d3017567bbac88822bf (diff) | |
download | upstream-a7d9842972642bb059527e3746b28fb90e807814.tar.gz upstream-a7d9842972642bb059527e3746b28fb90e807814.tar.bz2 upstream-a7d9842972642bb059527e3746b28fb90e807814.zip |
upgrade to 2.6.21.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7579 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 8632d6a569..eaac886ebb 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.4 + LINUX_VERSION:=2.6.21.5 LINUX_RELEASE:=1 - LINUX_KERNEL_MD5SUM:=c50995d713ba2d73f148e10073342568 + LINUX_KERNEL_MD5SUM:=2e9a302b5d514b231640227d6a2ab7bf endif endif KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION)))) |