summaryrefslogtreecommitdiff
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-18 08:41:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-18 08:41:31 +0000
commitff1e854511069a17b447c39fb38643f17a74df82 (patch)
tree163616bcfaf9da78e15fab87c672f35cba7e11fa /include/kernel-version.mk
parent8f7ea44df09618615e7c505cd776add25a6c5b3a (diff)
downloadmtk-20170518-ff1e854511069a17b447c39fb38643f17a74df82.zip
mtk-20170518-ff1e854511069a17b447c39fb38643f17a74df82.tar.gz
mtk-20170518-ff1e854511069a17b447c39fb38643f17a74df82.tar.bz2
kernel: update linux 3.6 to 3.6.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34227
Diffstat (limited to 'include/kernel-version.mk')
-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 04fc990..89a8aa9 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:=21068f0fd262b9b3670947f7892e1d6b
endif
-ifeq ($(LINUX_VERSION),3.6.6)
- LINUX_KERNEL_MD5SUM:=64a274af6e3a9268b4c67b0b51e51565
+ifeq ($(LINUX_VERSION),3.6.7)
+ LINUX_KERNEL_MD5SUM:=7c959e3e0b6559ca3f1b7bf86fdc6370
endif
# disable the md5sum check for unknown kernel versions