diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-12 09:51:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-12 09:51:11 +0000 |
commit | bae4bfe3f8af559cfa69bd38a57c93f4c9db6dd2 (patch) | |
tree | aef551322c22c2cdda35e59ecdcdbfce0ae9535a /include | |
parent | 99b69fd9c5a5645f2894da031832b9cfd8d4ab8e (diff) | |
download | openwrt-bae4bfe3f8af559cfa69bd38a57c93f4c9db6dd2.tar.gz openwrt-bae4bfe3f8af559cfa69bd38a57c93f4c9db6dd2.tar.bz2 openwrt-bae4bfe3f8af559cfa69bd38a57c93f4c9db6dd2.zip |
kernel: update linux 3.7 to 3.7.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35571
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 5d402f0298..58e911ae42 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,8 +8,8 @@ endif ifeq ($(LINUX_VERSION),3.6.11) LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54 endif -ifeq ($(LINUX_VERSION),3.7.6) - LINUX_KERNEL_MD5SUM:=4c4d80619c713f83015fc6b1c6280891 +ifeq ($(LINUX_VERSION),3.7.7) + LINUX_KERNEL_MD5SUM:=bd37c2e05cb82331eb00da81773b2d85 endif # disable the md5sum check for unknown kernel versions |