diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-28 18:59:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-28 18:59:39 +0000 |
commit | b783fb21a53535cf043189b0c4c30f315f494bb5 (patch) | |
tree | bb180a1650aef67204581be635aead20adfb2021 /include/kernel-version.mk | |
parent | 1517cc75d20dcca47f9dd3b5d7457fec9bba5e83 (diff) | |
download | upstream-b783fb21a53535cf043189b0c4c30f315f494bb5.tar.gz upstream-b783fb21a53535cf043189b0c4c30f315f494bb5.tar.bz2 upstream-b783fb21a53535cf043189b0c4c30f315f494bb5.zip |
kernel: update linux 3.6 to 3.6.4
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33982 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e7e52192d1..378d100a6a 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -41,8 +41,8 @@ endif ifeq ($(LINUX_VERSION),3.3.8) LINUX_KERNEL_MD5SUM:=21068f0fd262b9b3670947f7892e1d6b endif -ifeq ($(LINUX_VERSION),3.6.3) - LINUX_KERNEL_MD5SUM:=d4892b696956e5ce7b84464d721b6565 +ifeq ($(LINUX_VERSION),3.6.4) + LINUX_KERNEL_MD5SUM:=a9ef3e479b47ef31d5a6c71a49aacf52 endif # disable the md5sum check for unknown kernel versions |