aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-29 07:42:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-29 07:42:19 +0000
commit3a4d0ebd5c32864e4782d7545d6e5835c0baade3 (patch)
tree78ecb9785a681e736907238f73d7cd715a83fadf /include
parent769c322cd05200841fef52d65964bd10e0916ea4 (diff)
downloadupstream-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.tar.gz
upstream-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.tar.bz2
upstream-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.zip
kernel: update linux 3.6 to 3.6.8
Also refresh the affected patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index bca234c06d..349c2f5dbb 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -5,8 +5,8 @@ LINUX_RELEASE?=1
ifeq ($(LINUX_VERSION),3.3.8)
LINUX_KERNEL_MD5SUM:=f1058f64eed085deb44f10cee8541d50
endif
-ifeq ($(LINUX_VERSION),3.6.7)
- LINUX_KERNEL_MD5SUM:=089209f655c8811db20d8b6ff37a8093
+ifeq ($(LINUX_VERSION),3.6.8)
+ LINUX_KERNEL_MD5SUM:=e3405cc8f9e4f18c516e55a8eb625803
endif
# disable the md5sum check for unknown kernel versions