diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
commit | 8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64 (patch) | |
tree | 3df2b47f3587083c82f47e68c586d41cc2c663ba /include | |
parent | b2caa5db248f8a212de2c0adc9835d2949db75ff (diff) | |
download | upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.gz upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.bz2 upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.zip |
kernel: update linux 3.7 to 3.7.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34760
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 103950a4bb..811a6ce602 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) - LINUX_KERNEL_MD5SUM:=21223369d682bcf44bcdfe1521095983 +ifeq ($(LINUX_VERSION),3.7.1) + LINUX_KERNEL_MD5SUM:=b3f99fb945b270b503b2a0996b8b29e7 endif # disable the md5sum check for unknown kernel versions |