diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
commit | f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb (patch) | |
tree | a4971798ff33bb5e653297f14906628b84407790 /include | |
parent | 6c8300df3d593abd911a3d6bb1a95eee4cfd06f8 (diff) | |
download | upstream-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.tar.gz upstream-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.tar.bz2 upstream-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.zip |
kernel: update 3.10 to 3.10.32
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
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 a2fe8223c4..ee67910853 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,8 @@ endif ifeq ($(LINUX_VERSION),3.9.11) LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(LINUX_VERSION),3.10.28) - LINUX_KERNEL_MD5SUM:=789a39e8a381a60e46fe922cb66d77e2 +ifeq ($(LINUX_VERSION),3.10.32) + LINUX_KERNEL_MD5SUM:=58bfaf95f4e23be2d658dab0a7fb9615 endif ifeq ($(LINUX_VERSION),3.12.10) LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a |