diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:23 +0000 |
commit | d3c2b87213358a80a9d25f45fe1ba81d409dd2d8 (patch) | |
tree | d97f377bc242702c94eb55323c6aacbcc02e261f /include/kernel-version.mk | |
parent | 31709b2c76c851f343f258e08c686b50aaa31be1 (diff) | |
download | upstream-d3c2b87213358a80a9d25f45fe1ba81d409dd2d8.tar.gz upstream-d3c2b87213358a80a9d25f45fe1ba81d409dd2d8.tar.bz2 upstream-d3c2b87213358a80a9d25f45fe1ba81d409dd2d8.zip |
update to 2.6.32.29
SVN-Revision: 25583
Diffstat (limited to 'include/kernel-version.mk')
-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 b7707d3322..3055a9f0fa 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,8 +8,8 @@ endif ifeq ($(LINUX_VERSION),2.6.31.14) LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd endif -ifeq ($(LINUX_VERSION),2.6.32.27) - LINUX_KERNEL_MD5SUM:=c8df8bed01a3b7e4ce13563e74181d71 +ifeq ($(LINUX_VERSION),2.6.32.29) + LINUX_KERNEL_MD5SUM:=0eea644c2cef06b4ec170228866b9685 endif ifeq ($(LINUX_VERSION),2.6.34.7) LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea |