diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 07:42:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 07:42:19 +0000 |
commit | 56e999eaf344ef77e9425ec59541ae44a2ab5d3d (patch) | |
tree | a2b257cabf1027ee76a31d303f9700f68bf0f722 /include | |
parent | e1af779da156993138874561a2bbb2c2ba4f2910 (diff) | |
download | upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.tar.gz upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.tar.bz2 upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.zip |
kernel: update linux 3.6 to 3.6.8
Also refresh the affected patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34402 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 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 |