diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
commit | 240c27a41f2d5cb3f0ac4a37b4f83a642d638e16 (patch) | |
tree | 5c1c958622260129f15874e918d33160b320038b /include | |
parent | f31cd4f577b371955ab6241d5ba7f6844fa05837 (diff) | |
download | upstream-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.tar.gz upstream-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.tar.bz2 upstream-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.zip |
kernel: update linux 3.7 to 3.7.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35604 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 58e911ae42..062bfb495e 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.7) - LINUX_KERNEL_MD5SUM:=bd37c2e05cb82331eb00da81773b2d85 +ifeq ($(LINUX_VERSION),3.7.8) + LINUX_KERNEL_MD5SUM:=4bc40d18bf90f25d5463cfb9442876af endif # disable the md5sum check for unknown kernel versions |