diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
commit | 3303e79b79227f6e9479946090260a4b4bc1b9c8 (patch) | |
tree | b9b93b23c7fdbd4392b5c32e8cef559fdaee340d /include | |
parent | 4a6a77ad8b26ab233adbe70683810f443acc6bbe (diff) | |
download | upstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.tar.gz upstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.tar.bz2 upstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.zip |
kernel: update linux 3.3 to 3.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31645 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 820b784a92..7a97f8974c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -38,8 +38,8 @@ endif ifeq ($(LINUX_VERSION),3.2.16) LINUX_KERNEL_MD5SUM:=246e6bd28ea44c90ec66c7f8b56e4803 endif -ifeq ($(LINUX_VERSION),3.3.4) - LINUX_KERNEL_MD5SUM:=113baeccd2a3341ecc62ae5e73c2ed1d +ifeq ($(LINUX_VERSION),3.3.5) + LINUX_KERNEL_MD5SUM:=2f6b7da0418e26312bcabd08ab448569 endif # disable the md5sum check for unknown kernel versions |