diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-04 10:40:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-04 10:40:41 +0000 |
commit | 4bf29e323c75875633a64628ee399e7794015c98 (patch) | |
tree | b0a4e1770b479c2d3780fc01607dcc6f629365c2 /include | |
parent | 00246b1b5c29db378436381be090f35489fde379 (diff) | |
download | upstream-4bf29e323c75875633a64628ee399e7794015c98.tar.gz upstream-4bf29e323c75875633a64628ee399e7794015c98.tar.bz2 upstream-4bf29e323c75875633a64628ee399e7794015c98.zip |
[kernel]: upgrade kernel versions to the latest stable ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index ed68cfdfb8..ad8a0137e4 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,14 +11,14 @@ endif ifeq ($(LINUX_VERSION),2.6.31.14) LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd endif -ifeq ($(LINUX_VERSION),2.6.32.20) - LINUX_KERNEL_MD5SUM:=c254831e3f59b9fef14e61871e5f4738 +ifeq ($(LINUX_VERSION),2.6.32.24) + LINUX_KERNEL_MD5SUM:=bcd2f2b3d6974a9232b9becee8196634 endif ifeq ($(LINUX_VERSION),2.6.33.7) LINUX_KERNEL_MD5SUM:=2cea51deeaa0620a07d005ec3b148f06 endif -ifeq ($(LINUX_VERSION),2.6.34.5) - LINUX_KERNEL_MD5SUM:=d280b596b32f7497bbe9dd54669c99d6 +ifeq ($(LINUX_VERSION),2.6.34.7) + LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea endif ifeq ($(LINUX_VERSION),2.6.35.7) LINUX_KERNEL_MD5SUM:=f741879bcd3a5366a1bbe0ad5cdb7935 |