diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:57:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:57:40 +0000 |
commit | f4b2c62d60b4377f65d306119a4d7a6d55720b2c (patch) | |
tree | 98acf20a98f20ce2fa6c11970e207957be466ad5 /include | |
parent | 12920f8e47c801ebbc45367091e8b11e063565c2 (diff) | |
download | upstream-f4b2c62d60b4377f65d306119a4d7a6d55720b2c.tar.gz upstream-f4b2c62d60b4377f65d306119a4d7a6d55720b2c.tar.bz2 upstream-f4b2c62d60b4377f65d306119a4d7a6d55720b2c.zip |
kernel: update linux 3.7 to 3.7.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35860 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 f817bbb3e3..71669d0bc3 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.9) - LINUX_KERNEL_MD5SUM:=c19426374acfccfa7391fc90640240cb +ifeq ($(LINUX_VERSION),3.7.10) + LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec endif ifeq ($(LINUX_VERSION),3.8) LINUX_KERNEL_MD5SUM:=1c738edfc54e7c65faeb90c436104e2f |