diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:16 +0000 |
commit | 31709b2c76c851f343f258e08c686b50aaa31be1 (patch) | |
tree | a4bad9c62495229738fef39c9ae135de083add15 /include/kernel-version.mk | |
parent | 45c9f5e75ea5fe5e01f735bf7cb75dac7d654211 (diff) | |
download | upstream-31709b2c76c851f343f258e08c686b50aaa31be1.tar.gz upstream-31709b2c76c851f343f258e08c686b50aaa31be1.tar.bz2 upstream-31709b2c76c851f343f258e08c686b50aaa31be1.zip |
update to 2.6.35.11
SVN-Revision: 25582
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 7e0eee1350..b7707d3322 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -14,8 +14,8 @@ endif ifeq ($(LINUX_VERSION),2.6.34.7) LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea endif -ifeq ($(LINUX_VERSION),2.6.35.9) - LINUX_KERNEL_MD5SUM:=18d339e9229560e73c4249dffdc3fd90 +ifeq ($(LINUX_VERSION),2.6.35.11) + LINUX_KERNEL_MD5SUM:=4c9ee33801f5ad0f4d5e615fac66d535 endif ifeq ($(LINUX_VERSION),2.6.36.4) LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf |